From b1215d430aba0c6b2faa6f292cb79c0aa5c50872 Mon Sep 17 00:00:00 2001 From: Bertrand Lorentz Date: Sat, 24 May 2014 15:42:08 +0200 Subject: [PATCH] build: Make libtoolize quiet, it's not that interesting --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index c38fa8dc1..2f2e08dd4 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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