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