From 953ac0ad989cc1e7850280a93f887d8dfc1ff94a Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Sun, 14 Jan 2001 01:54:44 +0000 Subject: [PATCH] 2001-01-14 Pavel Roskin * config.guess: Don't use $version in the error message. Use $timestamp instead. Minor changes in the error text. --- ChangeLog | 5 +++++ config.guess | 9 +++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index cf5cba5..cb4271c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-01-14 Pavel Roskin + + * config.guess: Don't use $version in the error message. Use + $timestamp instead. Minor changes in the error text. + 2001-01-12 Ben Elliston * config.guess: Delete $dummy.rel after compiling test programs on diff --git a/config.guess b/config.guess index a7e2f67..91b4b88 100755 --- a/config.guess +++ b/config.guess @@ -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 < 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`