aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Triplett <[email protected]>2013-11-27 17:27:16 -0800
committerJosh Triplett <[email protected]>2013-11-27 17:27:16 -0800
commite12dafd7bba1182756133b5b58a7765d219b1f2c (patch)
treee1f45b1bef0659502c17be1036e68fb9273de4fa
parentautogen.sh: Support running from outside the source directory (diff)
downloaddiscoin-e12dafd7bba1182756133b5b58a7765d219b1f2c.tar.xz
discoin-e12dafd7bba1182756133b5b58a7765d219b1f2c.zip
autogen.sh: Use long options to autoreconf, for self-documentation
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 1e68a774a..b3768882f 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -2,4 +2,4 @@
set -e
srcdir="$(dirname $0)"
cd "$srcdir"
-autoreconf -vif
+autoreconf --verbose --install --force