mirror of
https://github.com/moparisthebest/curl
synced 2025-03-04 03:09:44 -05:00
5 lines
126 B
Bash
Executable File
5 lines
126 B
Bash
Executable File
#!/usr/bin/env bash
|
|
./buildconf
|
|
./configure
|
|
echo "Ran the setup script for muse including autoconf and executing ./configure"
|