]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Libtool 1.x no longer work. autoconf 2.64 does
authorAmos Jeffries <amosjeffries@squid-cache.org>
Mon, 30 Aug 2010 01:34:43 +0000 (19:34 -0600)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Mon, 30 Aug 2010 01:34:43 +0000 (19:34 -0600)
bootstrap.sh

index 1475d8ca06d3b66284675e0638ff55029b6afd2f..546c8de063b7b78869817aed6a0660f8f6d92935 100755 (executable)
@@ -7,9 +7,9 @@
 # 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.63 2.62 2.61}"
+acversions="${acver:-2.64 2.63 2.62 2.61}"
 amversions="${amver:-1.11 1.10 1.9}"
-ltversions="${ltver:-2.2 1.5 1.4}"
+ltversions="${ltver:-2.2}"
 
 check_version()
 {