From 4fc395c93e7810abb896f63cc70ca36bcabb61fa Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Tue, 7 Sep 1999 13:21:40 +0000 Subject: [PATCH] 1999-09-07 Ben Elliston * autoreconf.sh: Recognise -v as a synonym for --verbose. --- autoreconf.in | 2 +- autoreconf.sh | 2 +- bin/autoreconf.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 ;; -- 2.47.2