summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xBuild/source/config/config.guess8
-rw-r--r--Build/source/libs/expat/conftools/config.guess8
-rwxr-xr-xBuild/source/libs/freetype/config.guess8
-rw-r--r--Build/source/libs/freetype2/builds/unix/config.guess8
-rwxr-xr-xBuild/source/libs/graphite-engine/config/config.guess8
-rw-r--r--Build/source/libs/icu-xetex/config.guess8
-rw-r--r--Build/source/libs/jpeg/config.guess8
-rwxr-xr-xBuild/source/libs/ncurses/config.guess8
-rwxr-xr-xBuild/source/libs/obsdcompat/config.guess8
-rwxr-xr-xBuild/source/libs/teckit/config.guess8
-rwxr-xr-xBuild/source/libs/zziplib/uses/config.guess8
-rw-r--r--Build/source/texk/cjkutils/hbf2gf/config.guess8
-rwxr-xr-xBuild/source/texk/config.guess8
-rwxr-xr-xBuild/source/texk/xdvipdfmx/config.guess8
-rwxr-xr-xBuild/source/utils/lzma/config.guess8
-rwxr-xr-xBuild/source/utils/t1utils/config.guess8
-rwxr-xr-xBuild/source/utils/texinfo/build-aux/config.guess8
-rwxr-xr-xBuild/source/utils/texinfo/config.guess8
-rwxr-xr-xBuild/source/utils/xindy/config.guess8
-rwxr-xr-xMaster/tlpkg/installer/config.guess8
20 files changed, 100 insertions, 60 deletions
diff --git a/Build/source/config/config.guess b/Build/source/config/config.guess
index 7b24a8728ca..c466aa76364 100755
--- a/Build/source/config/config.guess
+++ b/Build/source/config/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
# Free Software Foundation, Inc.
-timestamp='2008-11-15'
+timestamp='2008-12-11'
# 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,9 +335,11 @@ 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.
+ # 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.
if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
- if echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
+ if /usr/bin/echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
(CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
grep IS_64BIT_ARCH >/dev/null
then
diff --git a/Build/source/libs/expat/conftools/config.guess b/Build/source/libs/expat/conftools/config.guess
index 7b24a8728ca..c466aa76364 100644
--- a/Build/source/libs/expat/conftools/config.guess
+++ b/Build/source/libs/expat/conftools/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
# Free Software Foundation, Inc.
-timestamp='2008-11-15'
+timestamp='2008-12-11'
# 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,9 +335,11 @@ 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.
+ # 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.
if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
- if echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
+ if /usr/bin/echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
(CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
grep IS_64BIT_ARCH >/dev/null
then
diff --git a/Build/source/libs/freetype/config.guess b/Build/source/libs/freetype/config.guess
index 7b24a8728ca..c466aa76364 100755
--- a/Build/source/libs/freetype/config.guess
+++ b/Build/source/libs/freetype/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
# Free Software Foundation, Inc.
-timestamp='2008-11-15'
+timestamp='2008-12-11'
# 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,9 +335,11 @@ 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.
+ # 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.
if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
- if echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
+ if /usr/bin/echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
(CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
grep IS_64BIT_ARCH >/dev/null
then
diff --git a/Build/source/libs/freetype2/builds/unix/config.guess b/Build/source/libs/freetype2/builds/unix/config.guess
index 7b24a8728ca..c466aa76364 100644
--- a/Build/source/libs/freetype2/builds/unix/config.guess
+++ b/Build/source/libs/freetype2/builds/unix/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
# Free Software Foundation, Inc.
-timestamp='2008-11-15'
+timestamp='2008-12-11'
# 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,9 +335,11 @@ 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.
+ # 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.
if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
- if echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
+ if /usr/bin/echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
(CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
grep IS_64BIT_ARCH >/dev/null
then
diff --git a/Build/source/libs/graphite-engine/config/config.guess b/Build/source/libs/graphite-engine/config/config.guess
index 7b24a8728ca..c466aa76364 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-11-15'
+timestamp='2008-12-11'
# 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,9 +335,11 @@ 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.
+ # 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.
if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
- if echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
+ if /usr/bin/echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
(CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
grep IS_64BIT_ARCH >/dev/null
then
diff --git a/Build/source/libs/icu-xetex/config.guess b/Build/source/libs/icu-xetex/config.guess
index 7b24a8728ca..c466aa76364 100644
--- a/Build/source/libs/icu-xetex/config.guess
+++ b/Build/source/libs/icu-xetex/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
# Free Software Foundation, Inc.
-timestamp='2008-11-15'
+timestamp='2008-12-11'
# 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,9 +335,11 @@ 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.
+ # 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.
if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
- if echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
+ if /usr/bin/echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
(CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
grep IS_64BIT_ARCH >/dev/null
then
diff --git a/Build/source/libs/jpeg/config.guess b/Build/source/libs/jpeg/config.guess
index 7b24a8728ca..c466aa76364 100644
--- a/Build/source/libs/jpeg/config.guess
+++ b/Build/source/libs/jpeg/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
# Free Software Foundation, Inc.
-timestamp='2008-11-15'
+timestamp='2008-12-11'
# 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,9 +335,11 @@ 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.
+ # 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.
if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
- if echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
+ if /usr/bin/echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
(CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
grep IS_64BIT_ARCH >/dev/null
then
diff --git a/Build/source/libs/ncurses/config.guess b/Build/source/libs/ncurses/config.guess
index 7b24a8728ca..c466aa76364 100755
--- a/Build/source/libs/ncurses/config.guess
+++ b/Build/source/libs/ncurses/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
# Free Software Foundation, Inc.
-timestamp='2008-11-15'
+timestamp='2008-12-11'
# 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,9 +335,11 @@ 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.
+ # 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.
if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
- if echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
+ if /usr/bin/echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
(CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
grep IS_64BIT_ARCH >/dev/null
then
diff --git a/Build/source/libs/obsdcompat/config.guess b/Build/source/libs/obsdcompat/config.guess
index 7b24a8728ca..c466aa76364 100755
--- a/Build/source/libs/obsdcompat/config.guess
+++ b/Build/source/libs/obsdcompat/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
# Free Software Foundation, Inc.
-timestamp='2008-11-15'
+timestamp='2008-12-11'
# 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,9 +335,11 @@ 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.
+ # 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.
if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
- if echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
+ if /usr/bin/echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
(CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
grep IS_64BIT_ARCH >/dev/null
then
diff --git a/Build/source/libs/teckit/config.guess b/Build/source/libs/teckit/config.guess
index 7b24a8728ca..c466aa76364 100755
--- a/Build/source/libs/teckit/config.guess
+++ b/Build/source/libs/teckit/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
# Free Software Foundation, Inc.
-timestamp='2008-11-15'
+timestamp='2008-12-11'
# 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,9 +335,11 @@ 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.
+ # 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.
if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
- if echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
+ if /usr/bin/echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
(CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
grep IS_64BIT_ARCH >/dev/null
then
diff --git a/Build/source/libs/zziplib/uses/config.guess b/Build/source/libs/zziplib/uses/config.guess
index 7b24a8728ca..c466aa76364 100755
--- a/Build/source/libs/zziplib/uses/config.guess
+++ b/Build/source/libs/zziplib/uses/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
# Free Software Foundation, Inc.
-timestamp='2008-11-15'
+timestamp='2008-12-11'
# 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,9 +335,11 @@ 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.
+ # 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.
if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
- if echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
+ if /usr/bin/echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
(CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
grep IS_64BIT_ARCH >/dev/null
then
diff --git a/Build/source/texk/cjkutils/hbf2gf/config.guess b/Build/source/texk/cjkutils/hbf2gf/config.guess
index 7b24a8728ca..c466aa76364 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-11-15'
+timestamp='2008-12-11'
# 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,9 +335,11 @@ 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.
+ # 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.
if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
- if echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
+ if /usr/bin/echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#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 7b24a8728ca..c466aa76364 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-11-15'
+timestamp='2008-12-11'
# 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,9 +335,11 @@ 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.
+ # 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.
if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
- if echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
+ if /usr/bin/echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#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 7b24a8728ca..c466aa76364 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-11-15'
+timestamp='2008-12-11'
# 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,9 +335,11 @@ 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.
+ # 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.
if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
- if echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
+ if /usr/bin/echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
(CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
grep IS_64BIT_ARCH >/dev/null
then
diff --git a/Build/source/utils/lzma/config.guess b/Build/source/utils/lzma/config.guess
index 7b24a8728ca..c466aa76364 100755
--- a/Build/source/utils/lzma/config.guess
+++ b/Build/source/utils/lzma/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
# Free Software Foundation, Inc.
-timestamp='2008-11-15'
+timestamp='2008-12-11'
# 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,9 +335,11 @@ 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.
+ # 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.
if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
- if echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
+ if /usr/bin/echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
(CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
grep IS_64BIT_ARCH >/dev/null
then
diff --git a/Build/source/utils/t1utils/config.guess b/Build/source/utils/t1utils/config.guess
index 7b24a8728ca..c466aa76364 100755
--- a/Build/source/utils/t1utils/config.guess
+++ b/Build/source/utils/t1utils/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
# Free Software Foundation, Inc.
-timestamp='2008-11-15'
+timestamp='2008-12-11'
# 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,9 +335,11 @@ 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.
+ # 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.
if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
- if echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
+ if /usr/bin/echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
(CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
grep IS_64BIT_ARCH >/dev/null
then
diff --git a/Build/source/utils/texinfo/build-aux/config.guess b/Build/source/utils/texinfo/build-aux/config.guess
index 7b24a8728ca..c466aa76364 100755
--- a/Build/source/utils/texinfo/build-aux/config.guess
+++ b/Build/source/utils/texinfo/build-aux/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
# Free Software Foundation, Inc.
-timestamp='2008-11-15'
+timestamp='2008-12-11'
# 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,9 +335,11 @@ 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.
+ # 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.
if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
- if echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
+ if /usr/bin/echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
(CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
grep IS_64BIT_ARCH >/dev/null
then
diff --git a/Build/source/utils/texinfo/config.guess b/Build/source/utils/texinfo/config.guess
index 7b24a8728ca..c466aa76364 100755
--- a/Build/source/utils/texinfo/config.guess
+++ b/Build/source/utils/texinfo/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
# Free Software Foundation, Inc.
-timestamp='2008-11-15'
+timestamp='2008-12-11'
# 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,9 +335,11 @@ 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.
+ # 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.
if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
- if echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
+ if /usr/bin/echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
(CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
grep IS_64BIT_ARCH >/dev/null
then
diff --git a/Build/source/utils/xindy/config.guess b/Build/source/utils/xindy/config.guess
index 7b24a8728ca..c466aa76364 100755
--- a/Build/source/utils/xindy/config.guess
+++ b/Build/source/utils/xindy/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
# Free Software Foundation, Inc.
-timestamp='2008-11-15'
+timestamp='2008-12-11'
# 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,9 +335,11 @@ 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.
+ # 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.
if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
- if echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
+ if /usr/bin/echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
(CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
grep IS_64BIT_ARCH >/dev/null
then
diff --git a/Master/tlpkg/installer/config.guess b/Master/tlpkg/installer/config.guess
index 7b24a8728ca..c466aa76364 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
# Free Software Foundation, Inc.
-timestamp='2008-11-15'
+timestamp='2008-12-11'
# 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,9 +335,11 @@ 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.
+ # 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.
if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
- if echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
+ if /usr/bin/echo '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \
(CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
grep IS_64BIT_ARCH >/dev/null
then