Browse Source

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

pull/41/head
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