Browse Source

autogen.sh: Stop passing --verbose to autoreconf

This quiets down the autotools build, making warnings much more visible.
pull/41/head
Josh Triplett 11 years ago
parent
commit
82ccb05b07
  1. 2
      autogen.sh

2
autogen.sh

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

Loading…
Cancel
Save