From: Karl Berry <karl@freefriends.org>
Date: Mon, 15 Jan 2007 14:41:52 +0000 (+0000)
Subject: autoupdate
X-Git-Tag: cvs-readonly~1340
X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=66405553f9d9d8f2fae6f0e068c0279d09e63881;p=gnulib.git

autoupdate
---

diff --git a/build-aux/config.guess b/build-aux/config.guess
index 1a695461e6..6cc26cd3df 100755
--- a/build-aux/config.guess
+++ b/build-aux/config.guess
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
 #   Inc.
 
-timestamp='2006-12-22'
+timestamp='2007-01-15'
 
 # 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
@@ -1218,6 +1218,9 @@ EOF
     SX-8:SUPER-UX:*:*)
 	echo sx8-nec-superux${UNAME_RELEASE}
 	exit ;;
+    SX-8R:SUPER-UX:*:*)
+	echo sx8r-nec-superux${UNAME_RELEASE}
+	exit ;;
     Power*:Rhapsody:*:*)
 	echo powerpc-apple-rhapsody${UNAME_RELEASE}
 	exit ;;