mirror of
https://github.com/curl/curl.git
synced 2026-04-20 07:41:14 +03:00
7 lines
167 B
Bash
Executable file
7 lines
167 B
Bash
Executable file
#!/bin/sh
|
|
|
|
${LIBTOOLIZE:-libtoolize} --copy --automake --force
|
|
${ACLOCAL:-aclocal}
|
|
${AUTOHEADER:-autoheader}
|
|
${AUTOCONF:-autoconf}
|
|
${AUTOMAKE:-automake} --add-missing
|