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

This commit is contained in:
Josh Triplett 2013-11-27 17:27:16 -08:00
parent 19b9adda52
commit e12dafd7bb
1 changed files with 1 additions and 1 deletions

View File

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