]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
use the right libtool
authorMichael Jerris <mike@jerris.com>
Tue, 20 Mar 2007 05:44:59 +0000 (05:44 +0000)
committerMichael Jerris <mike@jerris.com>
Tue, 20 Mar 2007 05:44:59 +0000 (05:44 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4677 d0543943-73ff-0310-b7d9-9358b9ac24b2

bootstrap.sh

index d1d5e236c510897cc965240ab0c89a53efe3d57a..682863de576418fd6cbfda9dc034d8d6e3460db3 100755 (executable)
@@ -214,7 +214,7 @@ do
 #only run if AC_PROG_LIBTOOL is in configure.in/configure.ac
       if [ ! -z "${LTTEST}" -o "${LTTEST2}" ] ; then
           echo "Running libtoolize..."
-          ${LIBTOOLIZE:-libtoolize} --force --copy ;
+          $libtoolize --force --copy ;
       fi
 
       echo "Creating configure"
@@ -241,7 +241,7 @@ cd ${BASEDIR}
 
 rm -f aclocal.m4
 ${ACLOCAL:-aclocal} ${ACLOCAL_OPTS}
-${LIBTOOLIZE:-libtoolize} --copy --automake
+$libtoolize --copy --automake
 ${AUTOCONF:-autoconf}
 ${AUTOHEADER:-autoheader}
 ${AUTOMAKE:-automake} --no-force --add-missing