From: Ian Lance Taylor Date: Wed, 22 Nov 1995 16:30:36 +0000 (+0000) Subject: * configure: Don't turn -v into --v. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=81749575db1753e70766d4d86c55c2170ef5d67c;p=binutils-gdb.git * configure: Don't turn -v into --v. --- diff --git a/ChangeLog b/ChangeLog index 4540f864a16..e83eff5cd79 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Nov 22 11:27:02 1995 Ian Lance Taylor + + * configure: Don't turn -v into --v. + Tue Nov 21 16:48:02 1995 Doug Evans * configure.in (targargs): Fix typo. diff --git a/configure b/configure index ee6880e552d..b8a2aef95ab 100755 --- a/configure +++ b/configure @@ -146,6 +146,9 @@ do shift arguments="$arguments $option=$optarg" ;; + --v) + arguments="$arguments -v" + ;; --*) arguments="$arguments $option" ;;