update from config
authorKarl Berry <karl@freefriends.org>
Tue, 20 Jan 2004 14:02:16 +0000 (14:02 +0000)
committerKarl Berry <karl@freefriends.org>
Tue, 20 Jan 2004 14:02:16 +0000 (14:02 +0000)
config/ChangeLog
config/config.guess

index 4c5b70ae65c74b1997549d610eaeb9d5c2075f08..8f4637af23568fded9d55053581c851512f378ae 100644 (file)
@@ -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>
index e8c6fc0c33c53bdff623861c24afba20775adc7c..53c33ed57bdf39042d26fab82a531b0517ad7327 100644 (file)
@@ -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