]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Search for proper libtool versions
authorhno <>
Mon, 27 Dec 2004 18:27:33 +0000 (18:27 +0000)
committerhno <>
Mon, 27 Dec 2004 18:27:33 +0000 (18:27 +0000)
bootstrap.sh

index d81ad41d5d8ae31ed8132b0d439f4d8355251ffa..fd608f353f067af7b17e39f692f4ca4f99598c93 100755 (executable)
@@ -9,6 +9,7 @@
 # the command line like "env acver=.. amver=... ./bootstrap.sh"
 acversions="${acver:-2.59 2.57 2.53 2.52}"
 amversions="${amver:-1.9 1.7 1.6 1.5}"
+ltversions="${ltver:-1.5 1.4}"
 
 check_version()
 {
@@ -54,6 +55,7 @@ bootstrap() {
 # Adjust paths of required autool packages
 amver=`find_version automake ${amversions}`
 acver=`find_version autoconf ${acversions}`
+ltver=`find_version libtool ${ltversions}`
 
 # Set environment variable to tell automake which autoconf to use.
 AUTOCONF="autoconf${acver}" ; export AUTOCONF