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