autogen.sh: Stop passing --verbose to autoreconf

This quiets down the autotools build, making warnings much more visible.
This commit is contained in:
Josh Triplett 2013-11-27 17:29:00 -08:00
parent e12dafd7bb
commit 82ccb05b07
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
set -e
srcdir="$(dirname $0)"
cd "$srcdir"
autoreconf --verbose --install --force
autoreconf --install --force