aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 2ed58e15aea..ac728ccd521 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -104,9 +104,10 @@ check_version ()
104} 104}
105 105
106do_autoconf=false 106do_autoconf=false
107test $# -eq 0 && do_autoconf=true
107do_git=false 108do_git=false
108 109
109for arg in ${*-autoconf}; do 110for arg; do
110 case $arg in 111 case $arg in
111 --help) 112 --help)
112 exec echo "$0: usage: $0 [all|autoconf|git]";; 113 exec echo "$0: usage: $0 [all|autoconf|git]";;