diff build-aux/config.guess @ 6487:76f28283f45f

autoupdate
author Karl Berry <karl@freefriends.org>
date Mon, 12 Dec 2005 14:12:08 +0000
parents c987e98110af
children 9833809e49be
line wrap: on
line diff
--- a/build-aux/config.guess	Sat Dec 10 21:39:50 2005 +0000
+++ b/build-aux/config.guess	Mon Dec 12 14:12:08 2005 +0000
@@ -3,7 +3,7 @@
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
 #   2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
-timestamp='2005-12-09'
+timestamp='2005-12-11'
 
 # 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
@@ -1266,6 +1266,9 @@
     i*86:skyos:*:*)
 	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
 	exit ;;
+    i*86:rdos:*:*)
+	echo ${UNAME_MACHINE}-pc-rdos
+	exit ;;
 esac
 
 #echo '(No uname command or uname output not recognized.)' 1>&2