[Freeswitch-svn] [commit] r4677 - freeswitch/trunk
Freeswitch SVN
mikej at freeswitch.org
Tue Mar 20 01:45:00 EDT 2007
Author: mikej
Date: Tue Mar 20 01:44:59 2007
New Revision: 4677
Modified:
freeswitch/trunk/bootstrap.sh
Log:
use the right libtool
Modified: freeswitch/trunk/bootstrap.sh
==============================================================================
--- freeswitch/trunk/bootstrap.sh (original)
+++ freeswitch/trunk/bootstrap.sh Tue Mar 20 01:44:59 2007
@@ -214,7 +214,7 @@
#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 @@
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
More information about the Freeswitch-svn
mailing list