From: Ben Elliston Date: Tue, 7 Sep 1999 13:21:40 +0000 (+0000) Subject: 1999-09-07 Ben Elliston X-Git-Tag: trunk-pre-merge-trunk-into-experimental-1999-10-01~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fc395c93e7810abb896f63cc70ca36bcabb61fa;p=thirdparty%2Fautoconf.git 1999-09-07 Ben Elliston * autoreconf.sh: Recognise -v as a synonym for --verbose. --- diff --git a/autoreconf.in b/autoreconf.in index abd43ec3..ba76b48f 100644 --- a/autoreconf.in +++ b/autoreconf.in @@ -73,7 +73,7 @@ while test $# -gt 0; do test $# -eq 0 && { echo "$usage" 1>&2; exit 1; } AC_MACRODIR="$1" shift ;; - --verbose | --verb*) + -v | --verbose | --verb*) verbose=echo; shift ;; -f | --force) force=yes; shift ;; diff --git a/autoreconf.sh b/autoreconf.sh index abd43ec3..ba76b48f 100644 --- a/autoreconf.sh +++ b/autoreconf.sh @@ -73,7 +73,7 @@ while test $# -gt 0; do test $# -eq 0 && { echo "$usage" 1>&2; exit 1; } AC_MACRODIR="$1" shift ;; - --verbose | --verb*) + -v | --verbose | --verb*) verbose=echo; shift ;; -f | --force) force=yes; shift ;; diff --git a/bin/autoreconf.in b/bin/autoreconf.in index abd43ec3..ba76b48f 100644 --- a/bin/autoreconf.in +++ b/bin/autoreconf.in @@ -73,7 +73,7 @@ while test $# -gt 0; do test $# -eq 0 && { echo "$usage" 1>&2; exit 1; } AC_MACRODIR="$1" shift ;; - --verbose | --verb*) + -v | --verbose | --verb*) verbose=echo; shift ;; -f | --force) force=yes; shift ;;