2000-12-06 Ben Elliston <bje@redhat.com>

* config.sub: Add --version option.
	* config.guess: Likewise.
This commit is contained in:
Ben Elliston
2000-12-06 11:52:44 +00:00
parent 1edc28e374
commit bdcafb8aea
3 changed files with 14 additions and 3 deletions

5
config.sub vendored
View File

@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
# Free Software Foundation, Inc.
timestamp='2000-11-26'
timestamp='2000-12-06'
# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
@ -62,6 +62,7 @@ Canonicalize a configuration name.
Operation modes:
-h, --help print this help, then exit
-t, --time-stamp print date of last modification, then exit
-v, --version print version number, then exit
Report bugs and patches to <config-patches@gnu.org>.
@ -76,6 +77,8 @@ while test $# -gt 0 ; do
case $1 in
--time-stamp | --time* | -t )
echo "$timestamp" ; exit 0 ;;
--version | -v )
echo "GNU config.sub (last modified $timestamp)" ; exit 0 ;;
--help | --h* | -h )
echo "$usage"; exit 0 ;;
-- ) # Stop option processing