Skip to content

Commit

Permalink
autogen.sh: Stop passing --verbose to autoreconf
Browse files Browse the repository at this point in the history
This quiets down the autotools build, making warnings much more visible.
  • Loading branch information
joshtriplett committed Nov 28, 2013
1 parent e12dafd commit 82ccb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen.sh
Expand Up @@ -2,4 +2,4 @@
set -e
srcdir="$(dirname $0)"
cd "$srcdir"
autoreconf --verbose --install --force
autoreconf --install --force

0 comments on commit 82ccb05

Please sign in to comment.