diff options
author | Josh Triplett <josh@joshtriplett.org> | 2013-11-27 17:29:00 -0800 |
---|---|---|
committer | Josh Triplett <josh@joshtriplett.org> | 2013-11-27 17:29:00 -0800 |
commit | 82ccb05b07c111223adbbf54e9da7c2a4a185562 (patch) | |
tree | 5ad5abeaee0c94b4aeb6e06d324c89f65dac8bbc | |
parent | e12dafd7bba1182756133b5b58a7765d219b1f2c (diff) |
autogen.sh: Stop passing --verbose to autoreconf
This quiets down the autotools build, making warnings much more visible.
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index b3768882ff..5b883a6a4c 100755 --- a/autogen.sh +++ b/autogen.sh @@ -2,4 +2,4 @@ set -e srcdir="$(dirname $0)" cd "$srcdir" -autoreconf --verbose --install --force +autoreconf --install --force |