]> Git Repo - VerusCoin.git/commitdiff
autogen.sh: Use long options to autoreconf, for self-documentation
authorJosh Triplett <[email protected]>
Thu, 28 Nov 2013 01:27:16 +0000 (17:27 -0800)
committerJosh Triplett <[email protected]>
Thu, 28 Nov 2013 01:27:16 +0000 (17:27 -0800)
autogen.sh

index 1e68a774ad34c771dc0f68e95ffddd8b7c372b36..b3768882ff935adf884f47501355d75a8a48cf38 100755 (executable)
@@ -2,4 +2,4 @@
 set -e
 srcdir="$(dirname $0)"
 cd "$srcdir"
-autoreconf -vif
+autoreconf --verbose --install --force
This page took 0.024671 seconds and 4 git commands to generate.