]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Allow environment variables to override default autotools.
authorDan Fandrich <dan@coneharvesters.com>
Wed, 13 Apr 2005 00:32:33 +0000 (00:32 +0000)
committerDan Fandrich <dan@coneharvesters.com>
Wed, 13 Apr 2005 00:32:33 +0000 (00:32 +0000)
ares/buildconf

index 3e61b9ecfdf4daacb3fb1f7ea4dcab06f24a7e1b..c1d0d03f1acd1574c09bd8fd4b6486429fd07e00 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
-libtoolize --copy --automake --force
-aclocal
-autoheader
-autoconf
-automake --add-missing
+${LIBTOOLIZE:-libtoolize} --copy --automake --force
+${ACLOCAL:-aclocal}
+${AUTOHEADER:-autoheader}
+${AUTOCONF:-autoconf}
+${AUTOMAKE:-automake} --add-missing