2000-05-30 Ben Elliston <bje@redhat.com>

* config.sub: Fix a syntax error introduced by yesterday's
	changes. Correct a spelling mistake. From Steven G. Johnson
	<stevenj@gil-galad.mit.edu>.
This commit is contained in:
Ben Elliston 2000-05-29 22:15:44 +00:00
parent 183a4a8a4e
commit a4f626ba0e
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2000-05-30 Ben Elliston <bje@redhat.com>
* config.sub: Fix a syntax error introduced by yesterday's
changes. Correct a spelling mistake. From Steven G. Johnson
<stevenj@gil-galad.mit.edu>.
2000-05-02 Akim Demaille <akim@epita.fr>
* config.guess: Add --help and --version options. Add Emacs hooks.

6
config.sub vendored
View File

@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
# Free Software Foundation, Inc.
version='2000-05-29'
version='2000-05-30'
# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
@ -58,7 +58,7 @@ usage="\
Usage: $0 [OPTION] CPU-MFR-OPSYS
$0 [OPTION] ALIAS
Canocalize a configuration name.
Canonicalize a configuration name.
Operation modes:
-h, --help print this help, then exit
@ -96,7 +96,7 @@ done
case $# in
0) echo "$me: missing argument$help" >&2
exit 1;
exit 1;;
1) ;;
*) echo "$me: too many arguments$help" >&2
exit 1;;