From 81749575db1753e70766d4d86c55c2170ef5d67c Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 22 Nov 1995 16:30:36 +0000 Subject: * configure: Don't turn -v into --v. --- configure | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure') 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" ;; -- cgit v1.1