]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Alan Barrett's fix for inconsistent bootstrapping on some platforms
authorrobertc <>
Wed, 6 Aug 2003 03:17:14 +0000 (03:17 +0000)
committerrobertc <>
Wed, 6 Aug 2003 03:17:14 +0000 (03:17 +0000)
bootstrap.sh

index a6ae18dbd73a1eea3ae62b06982f0e0cfa994289..975b6a14ae3ff3aa3d25a91c15c27a59c27af806 100755 (executable)
@@ -58,6 +58,10 @@ mkdir -p cfgaux
 amver=`find_version automake ${amversions}`
 acver=`find_version autoconf ${acversions}`
 
+# Set environment variable to tell automake which autoconf to use.
+AUTOCONF="autoconf${acver}" ; export AUTOCONF
+
+
 for dir in \
        "" \
        lib/libTrie