[Freeswitch-svn] [commit] r13808 - freeswitch/trunk

FreeSWITCH SVN stkn at freeswitch.org
Wed Jun 17 02:47:36 PDT 2009


Author: stkn
Date: Wed Jun 17 04:47:36 2009
New Revision: 13808

Log:
Add libtool22 as a possible name for the libtool command (Ubuntu)

Modified:
   freeswitch/trunk/bootstrap.sh

Modified: freeswitch/trunk/bootstrap.sh
==============================================================================
--- freeswitch/trunk/bootstrap.sh	(original)
+++ freeswitch/trunk/bootstrap.sh	Wed Jun 17 04:47:36 2009
@@ -87,7 +87,7 @@
 # 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."



More information about the Freeswitch-svn mailing list