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:
parent
3e1b921f8f
commit
f5f83d4955
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue