From: robertc <> Date: Wed, 6 Aug 2003 03:17:14 +0000 (+0000) Subject: Alan Barrett's fix for inconsistent bootstrapping on some platforms X-Git-Tag: SQUID_3_0_PRE3~37 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a8ed6bf6705426a6e55bc1e7c4f9f599960b8235;p=thirdparty%2Fsquid.git Alan Barrett's fix for inconsistent bootstrapping on some platforms --- diff --git a/bootstrap.sh b/bootstrap.sh index a6ae18dbd7..975b6a14ae 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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