]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Add libtool22 as a possible name for the libtool command (Ubuntu)
authorStefan Knoblich <stkn@freeswitch.org>
Wed, 17 Jun 2009 09:47:36 +0000 (09:47 +0000)
committerStefan Knoblich <stkn@freeswitch.org>
Wed, 17 Jun 2009 09:47:36 +0000 (09:47 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13808 d0543943-73ff-0310-b7d9-9358b9ac24b2

bootstrap.sh

index 9ede5cc90164b66d86f4c3edb7a7dea1a65aea49..e8a4459f2448c2ac20204540dd2be0a88177b7b6 100755 (executable)
@@ -87,7 +87,7 @@ fi
 # output is multiline from 1.5 onwards
 
 # Require libtool 1.4 or newer
-libtool=${LIBTOOL:-`${LIBDIR}/apr/build/PrintPath glibtool libtool libtool15 libtool14`}
+libtool=${LIBTOOL:-`${LIBDIR}/apr/build/PrintPath glibtool libtool libtool22 libtool15 libtool14`}
 lt_pversion=`$libtool --version 2>/dev/null|sed -e 's/([^)]*)//g;s/^[^0-9]*//;s/[- ].*//g;q'`
 if test -z "$lt_pversion"; then
    echo "bootstrap: libtool not found."