]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Hide the second test warning message during bootstrap too
authorStefan Knoblich <stkn@freeswitch.org>
Tue, 7 Apr 2009 22:07:57 +0000 (22:07 +0000)
committerStefan Knoblich <stkn@freeswitch.org>
Tue, 7 Apr 2009 22:07:57 +0000 (22:07 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12943 d0543943-73ff-0310-b7d9-9358b9ac24b2

bootstrap.sh

index d8b17d094469bad421b9988784947f3c5fa4c44d..28c1c4ef6f76608ce3a7a949203b7183fc0b6361 100755 (executable)
@@ -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