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