projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c72405
)
print version number nicely
author
K. Richard Pixley
<rich@cygnus>
Thu, 19 Dec 1991 23:58:40 +0000
(23:58 +0000)
committer
K. Richard Pixley
<rich@cygnus>
Thu, 19 Dec 1991 23:58:40 +0000
(23:58 +0000)
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index 09d1c166807992642676397fb7bed4e6dc0d5b10..b2ad6022a41675e803f383bfd6d38aa12c841043 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-246,7
+246,7
@@
do
verbose=${arg}
;;
-version | -V | --version | --V)
- echo "This is Cygnus Configure version"
${version}
+ echo "This is Cygnus Configure version"
`echo ${version} | sed 's/[ $:]//g'`
exit 0
;;
-x | --x) ;;