]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Author: Henrik Nordstrom <henrik@henriknordstrom.net>
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 26 Jun 2009 08:35:24 +0000 (20:35 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 26 Jun 2009 08:35:24 +0000 (20:35 +1200)
tar-ustar requires automake 1.9 or later. Drop earlier versions from selection, and add 1.11

bootstrap.sh

index f7afe032225a003e97d628f1601b9e4fae788cbc..1407e745d072ae55e21da22e7b5b8d178b68f934 100755 (executable)
@@ -8,7 +8,7 @@
 # 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.62 2.61 2.59 2.57 2.53 2.52}"
-amversions="${amver:-1.10 1.9 1.7 1.6 1.5}"
+amversions="${amver:-1.11 1.10 1.9}"
 ltversions="${ltver:-1.5 1.4}"
 
 check_version()