aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJosh Triplett <josh@joshtriplett.org>2013-11-27 17:27:16 -0800
committerJosh Triplett <josh@joshtriplett.org>2013-11-27 17:27:16 -0800
commite12dafd7bba1182756133b5b58a7765d219b1f2c (patch)
treee1f45b1bef0659502c17be1036e68fb9273de4fa /autogen.sh
parent19b9adda520daaec0a87f8d7c061e08cdf82fe6b (diff)
downloadbitcoin-e12dafd7bba1182756133b5b58a7765d219b1f2c.tar.xz
autogen.sh: Use long options to autoreconf, for self-documentation
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 1e68a774ad..b3768882ff 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -2,4 +2,4 @@
set -e
srcdir="$(dirname $0)"
cd "$srcdir"
-autoreconf -vif
+autoreconf --verbose --install --force