From: Daniel Stenberg Date: Wed, 21 Dec 2005 07:59:03 +0000 (+0000) Subject: use ACLOCAL even when using 'find' to find the aclocal tool X-Git-Tag: curl-7_15_2~121 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b58634316f18affb50855f3545061e5090539f41;p=thirdparty%2Fcurl.git use ACLOCAL even when using 'find' to find the aclocal tool --- diff --git a/buildconf b/buildconf index dbe9524e53..16570f373c 100755 --- a/buildconf +++ b/buildconf @@ -85,8 +85,7 @@ fi echo "buildconf: automake version $am_version (ok)" -ac=`findtool aclocal` - +ac=`findtool ${ACLOCAL:-aclocal}` if test -z "$ac"; then echo "buildconf: aclocal not found. Weird automake installation!" exit 1