diff options
Diffstat (limited to 'Build/source/texk/web2c')
-rw-r--r-- | Build/source/texk/web2c/aclocal.m4 | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/c-auto.in | 17 | ||||
-rw-r--r-- | Build/source/texk/web2c/stamp-aclocal | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/stamp-auto.in | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/stamp-configure | 2 |
5 files changed, 16 insertions, 9 deletions
diff --git a/Build/source/texk/web2c/aclocal.m4 b/Build/source/texk/web2c/aclocal.m4 index 8d0039a681f..30e856c03ac 100644 --- a/Build/source/texk/web2c/aclocal.m4 +++ b/Build/source/texk/web2c/aclocal.m4 @@ -1,4 +1,4 @@ -# generated automatically by aclocal 1.10.1 -*- Autoconf -*- +# generated automatically by aclocal 1.10.2 -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, # 2005, 2006, 2007, 2008 Free Software Foundation, Inc. diff --git a/Build/source/texk/web2c/c-auto.in b/Build/source/texk/web2c/c-auto.in index 2e614db4956..f63a33c268f 100644 --- a/Build/source/texk/web2c/c-auto.in +++ b/Build/source/texk/web2c/c-auto.in @@ -25,6 +25,9 @@ /* web2c: the version string. */ #define WEB2CVERSION "REPLACE-WITH-WEB2CVERSION" +/* Define if building universal (internal helper macro) */ +#undef AC_APPLE_UNIVERSAL_BUILD + /* web2c: Define if gcc asm needs _ on external symbols. */ #undef ASM_NEEDS_UNDERSCORE @@ -190,11 +193,15 @@ #undef UNITERMWIN /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most - significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ -#if defined __BIG_ENDIAN__ -# define WORDS_BIGENDIAN 1 -#elif ! defined __LITTLE_ENDIAN__ -# undef WORDS_BIGENDIAN + significant byte first (like Motorola and SPARC, unlike Intel). */ +#if defined AC_APPLE_UNIVERSAL_BUILD +# if defined __BIG_ENDIAN__ +# define WORDS_BIGENDIAN 1 +# endif +#else +# ifndef WORDS_BIGENDIAN +# undef WORDS_BIGENDIAN +# endif #endif /* Define to include X11 window in Metafont. */ diff --git a/Build/source/texk/web2c/stamp-aclocal b/Build/source/texk/web2c/stamp-aclocal index d40734de41a..48f7b0b0cdc 100644 --- a/Build/source/texk/web2c/stamp-aclocal +++ b/Build/source/texk/web2c/stamp-aclocal @@ -1 +1 @@ -Tue Jul 8 19:32:53 CEST 2008 +Fri Feb 27 15:55:46 CET 2009 diff --git a/Build/source/texk/web2c/stamp-auto.in b/Build/source/texk/web2c/stamp-auto.in index 9d356a75b8b..3dab5f11e70 100644 --- a/Build/source/texk/web2c/stamp-auto.in +++ b/Build/source/texk/web2c/stamp-auto.in @@ -1 +1 @@ -Tue Jul 8 19:32:55 CEST 2008 +Fri Feb 27 15:55:47 CET 2009 diff --git a/Build/source/texk/web2c/stamp-configure b/Build/source/texk/web2c/stamp-configure index 5669894f57a..3dab5f11e70 100644 --- a/Build/source/texk/web2c/stamp-configure +++ b/Build/source/texk/web2c/stamp-configure @@ -1 +1 @@ -Tue Jul 8 19:32:56 CEST 2008 +Fri Feb 27 15:55:47 CET 2009 |