mirror of
https://github.com/moparisthebest/curl
synced 2024-11-04 08:35:05 -05:00
a1e0b7922a
Closes #5772
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"
|