mirror of
https://github.com/curl/curl.git
synced 2026-04-15 16:51:41 +03:00
4 lines
126 B
Bash
Executable file
4 lines
126 B
Bash
Executable file
#!/usr/bin/env bash
|
|
./buildconf
|
|
./configure
|
|
echo "Ran the setup script for muse including autoconf and executing ./configure"
|