]> granicus.if.org Git - curl/commitdiff
use ACLOCAL even when using 'find' to find the aclocal tool
authorDaniel Stenberg <daniel@haxx.se>
Wed, 21 Dec 2005 07:59:03 +0000 (07:59 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 21 Dec 2005 07:59:03 +0000 (07:59 +0000)
buildconf

index dbe9524e53fbb81b10fa81347fe93fc8ff43b5a4..16570f373cea0f4435f5c3f471d7b3b0bf189817 100755 (executable)
--- 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