From: Ian Lance Taylor Date: Wed, 22 Nov 1995 16:30:36 +0000 (+0000) Subject: * configure: Don't turn -v into --v. X-Git-Tag: gdb-4_18~10018 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=81749575db1753e70766d4d86c55c2170ef5d67c;p=external%2Fbinutils.git * configure: Don't turn -v into --v. --- diff --git a/ChangeLog b/ChangeLog index 4540f86..e83eff5 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 ee6880e..b8a2aef 100755 --- a/configure +++ b/configure @@ -146,6 +146,9 @@ do shift arguments="$arguments $option=$optarg" ;; + --v) + arguments="$arguments -v" + ;; --*) arguments="$arguments $option" ;;