[Freeswitch-svn] [commit] r12943 - freeswitch/trunk
FreeSWITCH SVN
stkn at freeswitch.org
Tue Apr 7 15:07:58 PDT 2009
Author: stkn
Date: Tue Apr 7 17:07:57 2009
New Revision: 12943
Log:
Hide the second test warning message during bootstrap too
Modified:
freeswitch/trunk/bootstrap.sh
Modified: freeswitch/trunk/bootstrap.sh
==============================================================================
--- freeswitch/trunk/bootstrap.sh (original)
+++ freeswitch/trunk/bootstrap.sh Tue Apr 7 17:07:57 2009
@@ -298,7 +298,7 @@
#only run if AC_PROG_LIBTOOL is in configure.in/configure.ac
if [ ! -z "${LTTEST}" -o "${LTTEST2}" ] ; then
echo "Running libtoolize..."
- if ${libtoolize} -n --install 2>&1 >/dev/null ; then
+ if ${libtoolize} -n --install >/dev/null 2>&1 ; then
$libtoolize --force --copy --install
else
$libtoolize --force --copy
More information about the Freeswitch-svn
mailing list