diff build-aux/config.guess @ 11108:d70f48555eb1

autoupdate
author Karl Berry <karl@freefriends.org>
date Wed, 04 Feb 2009 06:18:03 -0800
parents be669cca12c4
children 174a2fed8a76
line wrap: on
line diff
--- a/build-aux/config.guess	Tue Feb 03 07:47:07 2009 +0100
+++ b/build-aux/config.guess	Wed Feb 04 06:18:03 2009 -0800
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
 #   Free Software Foundation, Inc.
 
-timestamp='2008-12-19'
+timestamp='2009-02-03'
 
 # 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
@@ -1350,6 +1350,9 @@
     i*86:rdos:*:*)
 	echo ${UNAME_MACHINE}-pc-rdos
 	exit ;;
+    i*86:AROS:*:*)
+	echo ${UNAME_MACHINE}-pc-aros
+	exit ;;
 esac
 
 #echo '(No uname command or uname output not recognized.)' 1>&2