[autogen.sh] Make libtoolize silent

This commit is contained in:
Behdad Esfahbod 2008-09-10 17:22:05 -04:00
parent 8abb252b0e
commit 4059d356b8

View file

@ -14,7 +14,7 @@ cd $srcdir
PACKAGE=cairo
LIBTOOLIZE_FLAGS="--copy --force"
LIBTOOLIZE_FLAGS="--copy --force --automake"
AUTOHEADER=${AUTOHEADER-autoheader}
AUTOMAKE_FLAGS="--add-missing --gnu -Wall"
AUTOCONF=${AUTOCONF-autoconf}