changeset 4923:1adfc704b298

update from config
author Karl Berry <karl@freefriends.org>
date Tue, 20 Jan 2004 14:02:16 +0000
parents 2050defa7dab
children b57cdc107eca
files config/ChangeLog config/config.guess
diffstat 2 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,5 +1,7 @@
 2004-01-20  Karl Berry  <karl@gnu.org>
 
+	* config.guess: update from config.
+
 	* srclistvars.sh: GNUWWWLICENSES for karl.
 
 2004-01-18  Karl Berry  <karl@gnu.org>
--- 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 @@
     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