* configure: Don't turn -v into --v.
This commit is contained in:
parent
255764a946
commit
81749575db
2 changed files with 7 additions and 0 deletions
|
@ -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>
|
||||
|
||||
* configure.in (targargs): Fix typo.
|
||||
|
|
3
configure
vendored
3
configure
vendored
|
@ -146,6 +146,9 @@ do
|
|||
shift
|
||||
arguments="$arguments $option=$optarg"
|
||||
;;
|
||||
--v)
|
||||
arguments="$arguments -v"
|
||||
;;
|
||||
--*)
|
||||
arguments="$arguments $option"
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue