From: Dan Fandrich Date: Wed, 13 Apr 2005 00:32:33 +0000 (+0000) Subject: Allow environment variables to override default autotools. X-Git-Tag: curl-7_14_0~181 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7c4feac6dbceacac8c279ffd19dd11468383de59;p=thirdparty%2Fcurl.git Allow environment variables to override default autotools. --- diff --git a/ares/buildconf b/ares/buildconf index 3e61b9ecfd..c1d0d03f1a 100755 --- a/ares/buildconf +++ b/ares/buildconf @@ -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