From f1970cc4253293e990d83aa0d99164d81e222476 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 20 Jan 2004 14:02:16 +0000 Subject: [PATCH] update from config --- config/ChangeLog | 2 ++ config/config.guess | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/config/ChangeLog b/config/ChangeLog index 4c5b70ae65..8f4637af23 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,5 +1,7 @@ 2004-01-20 Karl Berry + * config.guess: update from config. + * srclistvars.sh: GNUWWWLICENSES for karl. 2004-01-18 Karl Berry diff --git a/config/config.guess b/config/config.guess index e8c6fc0c33..53c33ed57b 100644 --- a/config/config.guess +++ b/config/config.guess @@ -3,7 +3,7 @@ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003 Free Software Foundation, Inc. -timestamp='2004-01-05' +timestamp='2004-01-20' # 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 @@ -1230,8 +1230,8 @@ EOF SEI:*:*:SEIUX) echo mips-sei-seiux${UNAME_RELEASE} exit 0 ;; - *:DRAGONFLY:*:*) - echo ${UNAME_MACHINE}-unknown-dragonfly${UNAME_RELEASE} + *:DragonFly:*:*) + echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` exit 0 ;; esac -- 2.30.2