mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Allow environment variables to override default autotools.
This commit is contained in:
parent
e01e364c37
commit
7c4feac6db
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
libtoolize --copy --automake --force
|
${LIBTOOLIZE:-libtoolize} --copy --automake --force
|
||||||
aclocal
|
${ACLOCAL:-aclocal}
|
||||||
autoheader
|
${AUTOHEADER:-autoheader}
|
||||||
autoconf
|
${AUTOCONF:-autoconf}
|
||||||
automake --add-missing
|
${AUTOMAKE:-automake} --add-missing
|
||||||
|
Loading…
Reference in New Issue
Block a user