build: Make libtoolize quiet, it's not that interesting
This commit is contained in:
parent
f719b82ede
commit
b1215d430a
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ LIBTOOLIZE=${LIBTOOLIZE:-libtoolize}
|
||||||
if grep "^AM_PROG_LIBTOOL" configure.ac >/dev/null; then
|
if grep "^AM_PROG_LIBTOOL" configure.ac >/dev/null; then
|
||||||
if test -z "$NO_LIBTOOLIZE" ; then
|
if test -z "$NO_LIBTOOLIZE" ; then
|
||||||
echo "Running $LIBTOOLIZE..."
|
echo "Running $LIBTOOLIZE..."
|
||||||
$LIBTOOLIZE --force --copy
|
$LIBTOOLIZE --force --copy --quiet
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue