diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/doc.html | 1 | ||||
-rwxr-xr-x | Master/tlpkg/installer/config.guess | 5 |
2 files changed, 5 insertions, 1 deletions
diff --git a/Master/doc.html b/Master/doc.html index ab2f0f2c6f7..67febdeb554 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -3313,6 +3313,7 @@ Spell numbers in words (Italian). <ol start="525"> <li><b><a href="texmf-dist/doc/fonts/jablantile">jablantile</a></b>:<small> +Metafont version of tiles in the style of Slavik Jablan. <a href="texmf-dist/doc/fonts/jablantile/dearjablan.pdf">dearjablan.pdf</a>. </small></li> diff --git a/Master/tlpkg/installer/config.guess b/Master/tlpkg/installer/config.guess index d53e309f4b9..dc84c68ef79 100755 --- a/Master/tlpkg/installer/config.guess +++ b/Master/tlpkg/installer/config.guess @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 # Free Software Foundation, Inc. -timestamp='2009-11-19' +timestamp='2009-11-20' # 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 @@ -333,6 +333,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; + i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*) + echo i386-pc-auroraux${UNAME_RELEASE} + exit ;; i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) eval $set_cc_for_build SUN_ARCH="i386" |