* configure: Don't turn -v into --v.

This commit is contained in:
Ian Lance Taylor
1995-11-22 16:30:36 +00:00
parent 255764a946
commit 81749575db
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
* configure: Don't turn -v into --v.
Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com> Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
* configure.in (targargs): Fix typo. * configure.in (targargs): Fix typo.

3
configure vendored
View File

@ -146,6 +146,9 @@ do
shift shift
arguments="$arguments $option=$optarg" arguments="$arguments $option=$optarg"
;; ;;
--v)
arguments="$arguments -v"
;;
--*) --*)
arguments="$arguments $option" arguments="$arguments $option"
;; ;;