summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-08-08 02:44:17 +0000
committerEric Christopher <echristo@apple.com>2010-08-08 02:44:17 +0000
commiteec5008e77ebfff7fd0723f4a21b88fde5d04b87 (patch)
tree3e601828f7cb820adaaf5a1dc035d541ce711757 /autoconf
parent73739d0bf19af3944aff6afaea2c4eda61061652 (diff)
downloadllvm-eec5008e77ebfff7fd0723f4a21b88fde5d04b87.tar.gz
llvm-eec5008e77ebfff7fd0723f4a21b88fde5d04b87.tar.bz2
llvm-eec5008e77ebfff7fd0723f4a21b88fde5d04b87.tar.xz
Fix PR7809 by creating a header for just llvm variables that can be
included in exported interfaces. Update a couple of exported interfaces. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110532 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 7745ab3821..5def41f842 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -1580,7 +1580,7 @@ dnl WARNING: dnl If you add or remove any of the following config headers, then
dnl you MUST also update Makefile.rules so that the variable FilesToConfig
dnl contains the same list of files as AC_CONFIG_HEADERS below. This ensures the
dnl files can be updated automatically when their *.in sources change.
-AC_CONFIG_HEADERS([include/llvm/Config/config.h])
+AC_CONFIG_HEADERS([include/llvm/Config/config.h include/llvm/Config/llvm-config.h])
AC_CONFIG_FILES([include/llvm/Config/Targets.def])
AC_CONFIG_FILES([include/llvm/Config/AsmPrinters.def])
AC_CONFIG_FILES([include/llvm/Config/AsmParsers.def])