summaryrefslogtreecommitdiff
path: root/Build/source/libs/gd
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-04-30 01:41:57 +0000
committerKarl Berry <karl@freefriends.org>2009-04-30 01:41:57 +0000
commit2eb079bc5f90759a2d73b2c0c7ac705a723f9f52 (patch)
tree0dd1e845f90f9d9813f24f18ba08dca20cc4c8b0 /Build/source/libs/gd
parent47d00cd54ea3199ade433844c2d0f1f39166b1c3 (diff)
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@12881 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/gd')
-rwxr-xr-xBuild/source/libs/gd/gd-2.0.35/config/config.guess5
1 files changed, 4 insertions, 1 deletions
diff --git a/Build/source/libs/gd/gd-2.0.35/config/config.guess b/Build/source/libs/gd/gd-2.0.35/config/config.guess
index 3eda297e705..da833146088 100755
--- a/Build/source/libs/gd/gd-2.0.35/config/config.guess
+++ b/Build/source/libs/gd/gd-2.0.35/config/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
# Free Software Foundation, Inc.
-timestamp='2009-02-03'
+timestamp='2009-04-27'
# 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
@@ -324,6 +324,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
case `/usr/bin/uname -p` in
sparc) echo sparc-icl-nx7; exit ;;
esac ;;
+ s390x:SunOS:*:*)
+ echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
+ exit ;;
sun4H:SunOS:5.*:*)
echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
exit ;;