Index: bootstrap.sh =================================================================== RCS file: /cvsroot/squid/squid3/bootstrap.sh,v retrieving revision 1.7 diff -u -r1.7 bootstrap.sh --- bootstrap.sh 28 May 2003 23:14:03 -0000 1.7 +++ bootstrap.sh 30 Jul 2003 09:34:15 -0000 @@ -58,6 +58,9 @@ 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