build: Make libtoolize quiet, it's not that interesting

This commit is contained in:
Bertrand Lorentz 2014-05-24 15:42:08 +02:00
parent f719b82ede
commit b1215d430a

View File

@ -72,7 +72,7 @@ LIBTOOLIZE=${LIBTOOLIZE:-libtoolize}
if grep "^AM_PROG_LIBTOOL" configure.ac >/dev/null; then
if test -z "$NO_LIBTOOLIZE" ; then
echo "Running $LIBTOOLIZE..."
$LIBTOOLIZE --force --copy
$LIBTOOLIZE --force --copy --quiet
fi
fi