diff options
author | Josh Triplett <josh@joshtriplett.org> | 2013-11-27 17:27:16 -0800 |
---|---|---|
committer | Josh Triplett <josh@joshtriplett.org> | 2013-11-27 17:27:16 -0800 |
commit | e12dafd7bba1182756133b5b58a7765d219b1f2c (patch) | |
tree | e1f45b1bef0659502c17be1036e68fb9273de4fa /autogen.sh | |
parent | 19b9adda520daaec0a87f8d7c061e08cdf82fe6b (diff) |
autogen.sh: Use long options to autoreconf, for self-documentation
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index 1e68a774ad..b3768882ff 100755 --- a/autogen.sh +++ b/autogen.sh @@ -2,4 +2,4 @@ set -e srcdir="$(dirname $0)" cd "$srcdir" -autoreconf -vif +autoreconf --verbose --install --force |