aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-11-22 16:30:36 +0000
committerIan Lance Taylor <ian@airs.com>1995-11-22 16:30:36 +0000
commit81749575db1753e70766d4d86c55c2170ef5d67c (patch)
tree91f1940fb23c27c84d446ea61ad1ef958e157645
parent255764a94666875d77f34a0caefc7341f16d1fd7 (diff)
downloadfsf-binutils-gdb-81749575db1753e70766d4d86c55c2170ef5d67c.zip
fsf-binutils-gdb-81749575db1753e70766d4d86c55c2170ef5d67c.tar.gz
fsf-binutils-gdb-81749575db1753e70766d4d86c55c2170ef5d67c.tar.bz2
* configure: Don't turn -v into --v.
-rw-r--r--ChangeLog4
-rwxr-xr-xconfigure3
2 files changed, 7 insertions, 0 deletions
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 <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.
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"
;;