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 | b645049b79b1eaff8519837113f28fdf79c943af (patch) | |
| tree | da335fe952c0812cecf484d2dd93164cdc56e21c /include/llvm/Config | |
| parent | 32b33f15eb5592331cc893043be273c64b42cf76 (diff) | |
| download | external_llvm-b645049b79b1eaff8519837113f28fdf79c943af.zip external_llvm-b645049b79b1eaff8519837113f28fdf79c943af.tar.gz external_llvm-b645049b79b1eaff8519837113f28fdf79c943af.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')
| -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 |
