summaryrefslogtreecommitdiff
path: root/include/llvm/Config
diff options
context:
space:
mode:
authorJeffrey Yasskin <jyasskin@google.com>2010-02-03 02:11:49 +0000
committerJeffrey Yasskin <jyasskin@google.com>2010-02-03 02:11:49 +0000
commit1611ebbbff4c2ca5872179b94d982903c6f7bf27 (patch)
treeda335fe952c0812cecf484d2dd93164cdc56e21c /include/llvm/Config
parentd26a80f666fb925956a4f19143265f5150756df0 (diff)
downloadllvm-1611ebbbff4c2ca5872179b94d982903c6f7bf27.tar.gz
llvm-1611ebbbff4c2ca5872179b94d982903c6f7bf27.tar.bz2
llvm-1611ebbbff4c2ca5872179b94d982903c6f7bf27.tar.xz
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.in18
1 files changed, 0 insertions, 18 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in
index 3016da8b95..ce4f37487e 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