diff options
author | Jeffrey Yasskin <jyasskin@google.com> | 2010-02-03 02:11:49 +0000 |
---|---|---|
committer | Jeffrey Yasskin <jyasskin@google.com> | 2010-02-03 02:11:49 +0000 |
commit | 1611ebbbff4c2ca5872179b94d982903c6f7bf27 (patch) | |
tree | da335fe952c0812cecf484d2dd93164cdc56e21c /include/llvm/Config/config.h.in | |
parent | d26a80f666fb925956a4f19143265f5150756df0 (diff) | |
download | external_llvm-1611ebbbff4c2ca5872179b94d982903c6f7bf27.zip external_llvm-1611ebbbff4c2ca5872179b94d982903c6f7bf27.tar.gz external_llvm-1611ebbbff4c2ca5872179b94d982903c6f7bf27.tar.bz2 |
Reconfigure with autoconf-2.60, and fix autoconf.ac to work with that version.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95191 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Config/config.h.in')
-rw-r--r-- | include/llvm/Config/config.h.in | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in index 3016da8..ce4f374 100644 --- a/include/llvm/Config/config.h.in +++ b/include/llvm/Config/config.h.in @@ -1,8 +1,5 @@ /* include/llvm/Config/config.h.in. Generated from autoconf/configure.ac by autoheader. */ -/* Define if building universal (internal helper macro) */ -#undef AC_APPLE_UNIVERSAL_BUILD - /* 32 bit multilib directory. */ #undef CXX_INCLUDE_32BIT_DIR @@ -554,9 +551,6 @@ /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME -/* Define to the home page for this package. */ -#undef PACKAGE_URL - /* Define to the version of this package. */ #undef PACKAGE_VERSION @@ -581,18 +575,6 @@ /* Define if use udis86 library */ #undef USE_UDIS86 -/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most - 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 empty if `const' does not conform to ANSI C. */ #undef const |