mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-22 11:51:07 +00:00
build: Make libtoolize quiet, it's not that interesting
This commit is contained in:
parent
f719b82ede
commit
b1215d430a
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue