]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Sync autoconf requirements with bootstrap script.
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 21 Jan 2009 03:31:18 +0000 (16:31 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 21 Jan 2009 03:31:18 +0000 (16:31 +1300)
Squid-3.1+ require at least autoconf 2.61.
Up to 2.63 tested and found working so far.

bootstrap.sh

index 37332090c24220cf312d86d74f2be755bf59f2a9..c271b30f7599f70f98eaa11f572612e3314f9abb 100755 (executable)
@@ -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.61 2.59 2.57 2.53 2.52}"
+acversions="${acver:-2.63 2.62 2.61}"
 amversions="${amver:-1.10 1.9 1.7 1.6 1.5}"
 ltversions="${ltver:-1.5 1.4}"