diff options
author | Karl Berry <karl@freefriends.org> | 2009-02-06 02:38:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-02-06 02:38:55 +0000 |
commit | cb018745ccd36227e91fab1902a142c5cee85e98 (patch) | |
tree | 92a09bd160c38cbb316d1ab55328f0d2c967a1e0 /Build/source/libs/graphite-engine/config/config.guess | |
parent | 8c0cf13cd487afeee66ad156d5dbc89a2712120a (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@12101 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/graphite-engine/config/config.guess')
-rwxr-xr-x | Build/source/libs/graphite-engine/config/config.guess | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Build/source/libs/graphite-engine/config/config.guess b/Build/source/libs/graphite-engine/config/config.guess index 3f51f4ea90c..e5716eea733 100755 --- a/Build/source/libs/graphite-engine/config/config.guess +++ b/Build/source/libs/graphite-engine/config/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 |