From f5f83d4955942451a28519f19524fd6fd35dd3f2 Mon Sep 17 00:00:00 2001 From: Stefan Knoblich Date: Tue, 7 Apr 2009 22:07:57 +0000 Subject: [PATCH] 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 --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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