Skip to content

Commit

Permalink
autogen.sh: Use long options to autoreconf, for self-documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtriplett committed Nov 28, 2013
1 parent 19b9add commit e12dafd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
set -e
srcdir="$(dirname $0)"
cd "$srcdir"
autoreconf -vif
autoreconf --verbose --install --force

0 comments on commit e12dafd

Please sign in to comment.