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

* config.sub: Add more detail to version information.
	* config.guess: Likewise.
This commit is contained in:
Ben Elliston 2000-12-07 12:20:03 +00:00
parent bdcafb8aea
commit 16f19c69c1
3 changed files with 26 additions and 9 deletions

View File

@ -1,3 +1,8 @@
2000-12-07 Ben Elliston <bje@redhat.com>
* config.sub: Add more detail to version information.
* config.guess: Likewise.
2000-12-06 Ben Elliston <bje@redhat.com>
* config.sub: Add --version option.

16
config.guess vendored
View File

@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
# Free Software Foundation, Inc.
timestamp='2000-12-06'
timestamp='2000-12-07'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@ -50,11 +50,17 @@ Operation modes:
-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>.
Report bugs and patches to <config-patches@gnu.org>."
Written by Per Bothner.
version="\
GNU config.guess ($timestamp)
Originally written by Per Bothner.
Copyright (C) 1992, 93, 94, 95, 96, 97, 98, 99, 2000
Free Software Foundation, Inc. See the source for copying conditions."
Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
help="
Try \`$me --help' for more information."
@ -65,7 +71,7 @@ while test $# -gt 0 ; do
--time-stamp | --time* | -t )
echo "$timestamp" ; exit 0 ;;
--version | -v )
echo "GNU config.guess (last modified $timestamp)" ; exit 0 ;;
echo "$version" ; exit 0 ;;
--help | --h* | -h )
echo "$usage"; exit 0 ;;
-- ) # Stop option processing

14
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-12-06'
timestamp='2000-12-07'
# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
@ -64,10 +64,16 @@ Operation modes:
-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>.
Report bugs and patches to <config-patches@gnu.org>."
version="\
GNU config.sub ($timestamp)
Copyright (C) 1992, 93, 94, 95, 96, 97, 98, 99, 2000
Free Software Foundation, Inc. See the source for copying conditions."
Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
help="
Try \`$me --help' for more information."
@ -78,7 +84,7 @@ while test $# -gt 0 ; do
--time-stamp | --time* | -t )
echo "$timestamp" ; exit 0 ;;
--version | -v )
echo "GNU config.sub (last modified $timestamp)" ; exit 0 ;;
echo "$version" ; exit 0 ;;
--help | --h* | -h )
echo "$usage"; exit 0 ;;
-- ) # Stop option processing