summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-11-23 23:48:45 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-11-23 23:48:45 +0000
commit0acd65f258bb31c327bde921973ea49a92a8c9f7 (patch)
tree21ccaff895dd5b65c11d5eed932326c2af8ce65a /autoconf
parent65bc4e0bc4a7985e53311e367f5265b955774ab1 (diff)
downloadllvm-0acd65f258bb31c327bde921973ea49a92a8c9f7.tar.gz
llvm-0acd65f258bb31c327bde921973ea49a92a8c9f7.tar.bz2
llvm-0acd65f258bb31c327bde921973ea49a92a8c9f7.tar.xz
Add the configurable configuration files for llvmc.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18190 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 81806f6b9a..3bfcd8cde3 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -43,7 +43,8 @@ dnl Configure header files
AC_CONFIG_HEADERS(include/llvm/Config/config.h)
dnl Configure other output file
-AC_CONFIG_FILES(Makefile.config)
+AC_CONFIG_FILES([Makefile.config tools/llvmc/st tools/llvmc/cpp tools/llvmc/ll
+ tools/llvmc/c])
AC_CONFIG_HEADERS([include/llvm/Support/DataTypes.h])
AC_CONFIG_HEADERS([include/llvm/ADT/hash_map])
AC_CONFIG_HEADERS([include/llvm/ADT/hash_set])