Browse Source

autogen.sh: Use long options to autoreconf, for self-documentation

metaverse
Josh Triplett 11 years ago
parent
commit
e12dafd7bb
  1. 2
      autogen.sh

2
autogen.sh

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

Loading…
Cancel
Save