diff options
author | Karl Berry <karl@freefriends.org> | 2008-12-18 02:43:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-12-18 02:43:45 +0000 |
commit | 0caff3004a624f1fc8357f53ecec01601bdfa7e0 (patch) | |
tree | f938ab650755363ee8c56c6a604ba4d62d8835d9 /Build/source/texk | |
parent | 0a7e5acd8500368380dfcd07772ea0d7db46182a (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@11639 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk')
-rw-r--r-- | Build/source/texk/cjkutils/hbf2gf/config.guess | 8 | ||||
-rwxr-xr-x | Build/source/texk/config.guess | 8 | ||||
-rwxr-xr-x | Build/source/texk/xdvipdfmx/config.guess | 8 |
3 files changed, 9 insertions, 15 deletions
diff --git a/Build/source/texk/cjkutils/hbf2gf/config.guess b/Build/source/texk/cjkutils/hbf2gf/config.guess index c466aa76364..aeb53233ecb 100644 --- a/Build/source/texk/cjkutils/hbf2gf/config.guess +++ b/Build/source/texk/cjkutils/hbf2gf/config.guess @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 # Free Software Foundation, Inc. -timestamp='2008-12-11' +timestamp='2008-12-18' # 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 @@ -335,11 +335,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in SUN_ARCH="i386" # If there is a compiler, see if it is configured for 64-bit objects. # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. - # This test works for both compilers. Note that the full path to - # /usr/bin/echo is necessary to work around the shell builtins for - # echo that do not handle newlines. + # This test works for both compilers. if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then - if /usr/bin/echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \ + if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null then diff --git a/Build/source/texk/config.guess b/Build/source/texk/config.guess index c466aa76364..aeb53233ecb 100755 --- a/Build/source/texk/config.guess +++ b/Build/source/texk/config.guess @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 # Free Software Foundation, Inc. -timestamp='2008-12-11' +timestamp='2008-12-18' # 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 @@ -335,11 +335,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in SUN_ARCH="i386" # If there is a compiler, see if it is configured for 64-bit objects. # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. - # This test works for both compilers. Note that the full path to - # /usr/bin/echo is necessary to work around the shell builtins for - # echo that do not handle newlines. + # This test works for both compilers. if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then - if /usr/bin/echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \ + if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null then diff --git a/Build/source/texk/xdvipdfmx/config.guess b/Build/source/texk/xdvipdfmx/config.guess index c466aa76364..aeb53233ecb 100755 --- a/Build/source/texk/xdvipdfmx/config.guess +++ b/Build/source/texk/xdvipdfmx/config.guess @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 # Free Software Foundation, Inc. -timestamp='2008-12-11' +timestamp='2008-12-18' # 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 @@ -335,11 +335,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in SUN_ARCH="i386" # If there is a compiler, see if it is configured for 64-bit objects. # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. - # This test works for both compilers. Note that the full path to - # /usr/bin/echo is necessary to work around the shell builtins for - # echo that do not handle newlines. + # This test works for both compilers. if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then - if /usr/bin/echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \ + if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null then |