aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJosh Triplett <josh@joshtriplett.org>2013-11-27 17:29:00 -0800
committerJosh Triplett <josh@joshtriplett.org>2013-11-27 17:29:00 -0800
commit82ccb05b07c111223adbbf54e9da7c2a4a185562 (patch)
tree5ad5abeaee0c94b4aeb6e06d324c89f65dac8bbc /autogen.sh
parente12dafd7bba1182756133b5b58a7765d219b1f2c (diff)
downloadbitcoin-82ccb05b07c111223adbbf54e9da7c2a4a185562.tar.xz
autogen.sh: Stop passing --verbose to autoreconf
This quiets down the autotools build, making warnings much more visible.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
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