Skip to content

Commit e12dafd

Browse files
committed
autogen.sh: Use long options to autoreconf, for self-documentation
1 parent 19b9add commit e12dafd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autogen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
set -e
33
srcdir="$(dirname $0)"
44
cd "$srcdir"
5-
autoreconf -vif
5+
autoreconf --verbose --install --force

0 commit comments

Comments
 (0)