From: Stefan Knoblich Date: Tue, 7 Apr 2009 22:07:57 +0000 (+0000) Subject: Hide the second test warning message during bootstrap too X-Git-Tag: v1.0.4~1243 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5f83d4955942451a28519f19524fd6fd35dd3f2;p=thirdparty%2Ffreeswitch.git Hide the second test warning message during bootstrap too git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12943 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/bootstrap.sh b/bootstrap.sh index d8b17d0944..28c1c4ef6f 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -298,7 +298,7 @@ do #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