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 3e61b9e..c1d0d03 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