X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=build-aux%2Fconfig.guess;h=e5716eea733e225984bd4634a1d655127dfa470c;hb=04606dd55fd8f1a122a21c4b4e09ab2a36498385;hp=3f51f4ea90ccad2079e92d545c92b1df05eccf54;hpb=30a3e12b0dbaa34a31c87939ca50d9c4079362a3;p=gnulib.git diff --git a/build-aux/config.guess b/build-aux/config.guess index 3f51f4ea9..e5716eea7 100755 --- a/build-aux/config.guess +++ b/build-aux/config.guess @@ -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 @@ EOF 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