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 dbe9524..16570f3 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