From: Henrik Nordstrom Date: Sat, 4 Dec 2010 21:35:55 +0000 (+0100) Subject: Update autoconf to 2.68 X-Git-Tag: take1~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ff2748104e4155144b639b439b31e44b9604d04e;p=thirdparty%2Fsquid.git Update autoconf to 2.68 --- diff --git a/bootstrap.sh b/bootstrap.sh index 05e0ef0fdb..7073546b2e 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -7,7 +7,7 @@ # Autotool versions preferred. To override either edit the script # to match the versions you want to use, or set the variables on # the command line like "env acver=.. amver=... ./bootstrap.sh" -acversions="${acver:-2.64 2.63 2.62 2.61}" +acversions="${acver:-2.68 2.67 2.66 2.65 2.64 2.63 2.62 2.61}" amversions="${amver:-1.11 1.10 1.9}" ltversions="${ltver:-2.2}"