summaryrefslogtreecommitdiff
path: root/gs/jasper
diff options
context:
space:
mode:
authorHin-Tak Leung <hintak_leung@yahoo.co.uk>2010-05-04 23:11:46 +0000
committerHin-Tak Leung <hintak_leung@yahoo.co.uk>2010-05-04 23:11:46 +0000
commit70281ba4b69719fb8f72dbcb2a1183c56f8309d3 (patch)
tree15e07f63c41f952a04114bfdaacfb9d706a9d700 /gs/jasper
parent0910a9d74ee9d3a1e5e29e0cbf03e382a448452f (diff)
downloadghostpdl-70281ba4b69719fb8f72dbcb2a1183c56f8309d3.tar.gz
Incoporate the reporter's suggested change to config.guess , bug 69020
It appears that the same change is already in automake-1.11 (and after 1.7), so the change is correct. If we merge with upstream again, it is possible that this might be overwritten. Hopefully when that happens, the config.guess from newer upstream will have this change. git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@11180 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'gs/jasper')
-rwxr-xr-xgs/jasper/acaux/config.guess5
1 files changed, 3 insertions, 2 deletions
diff --git a/gs/jasper/acaux/config.guess b/gs/jasper/acaux/config.guess
index 45bee1398..76a5ad1ab 100755
--- a/gs/jasper/acaux/config.guess
+++ b/gs/jasper/acaux/config.guess
@@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
-timestamp='2005-04-22'
+timestamp='2010-05-05'
# 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
@@ -1027,7 +1027,8 @@ EOF
echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL}
fi
exit 0 ;;
- i*86:*:5:[78]*)
+ i*86:*:5:[678]*)
+ # UnixWare 7.x, OpenUNIX and OpenServer 6.
case `/bin/uname -X | grep "^Machine"` in
*486*) UNAME_MACHINE=i486 ;;
*Pentium) UNAME_MACHINE=i586 ;;