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
This commit is contained in:
Stefan Knoblich 2009-04-07 22:07:57 +00:00
parent 3e1b921f8f
commit f5f83d4955
1 changed files with 1 additions and 1 deletions

View File

@ -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