mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
2001-01-14 Pavel Roskin <proski@gnu.org>
* config.guess: Don't use $version in the error message. Use $timestamp instead. Minor changes in the error text.
This commit is contained in:
parent
c83c74932c
commit
953ac0ad98
@ -1,3 +1,8 @@
|
||||
2001-01-14 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* config.guess: Don't use $version in the error message. Use
|
||||
$timestamp instead. Minor changes in the error text.
|
||||
|
||||
2001-01-12 Ben Elliston <bje@redhat.com>
|
||||
|
||||
* config.guess: Delete $dummy.rel after compiling test programs on
|
||||
|
9
config.guess
vendored
9
config.guess
vendored
@ -3,7 +3,7 @@
|
||||
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
|
||||
# Free Software Foundation, Inc.
|
||||
|
||||
timestamp='2001-01-12'
|
||||
timestamp='2001-01-14'
|
||||
|
||||
# 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
|
||||
@ -1358,8 +1358,9 @@ fi
|
||||
cat >&2 <<EOF
|
||||
$0: unable to guess system type
|
||||
|
||||
The $version version of this script cannot recognize your system type.
|
||||
Please download the most up to date version of the config scripts:
|
||||
This script, last modified $timestamp, has failed to recognize
|
||||
the operating system you are using. It is advised that you
|
||||
download the most up to date version of the config scripts from
|
||||
|
||||
ftp://ftp.gnu.org/pub/gnu/config/
|
||||
|
||||
@ -1368,7 +1369,7 @@ send the following data and any information you think might be
|
||||
pertinent to <config-patches@gnu.org> in order to provide the needed
|
||||
information to handle your system.
|
||||
|
||||
config.guess version = $version
|
||||
config.guess timestamp = $timestamp
|
||||
|
||||
uname -m = `(uname -m) 2>/dev/null || echo unknown`
|
||||
uname -r = `(uname -r) 2>/dev/null || echo unknown`
|
||||
|
Loading…
x
Reference in New Issue
Block a user