summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2009-04-18 09:57:58 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2009-04-18 09:57:58 +0000
commit126b014c60d5dfa7f7bf5f60f724caae4e92e944 (patch)
tree777dd0c593b06476f8691eb00149c49752c8c09b /autoconf
parentcccdb2b602cf421d8890130308945163620ebc68 (diff)
downloadllvm-126b014c60d5dfa7f7bf5f60f724caae4e92e944.tar.gz
llvm-126b014c60d5dfa7f7bf5f60f724caae4e92e944.tar.bz2
llvm-126b014c60d5dfa7f7bf5f60f724caae4e92e944.tar.xz
Add a configure check for llvm-gcc.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69438 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 59d4fa803d..c50806808b 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -1065,6 +1065,9 @@ AC_CONFIG_FILES([llvm.spec])
dnl Configure doxygen's configuration file
AC_CONFIG_FILES([docs/doxygen.cfg])
+dnl Configure llvmc's Base plugin
+AC_CONFIG_FILES([tools/llvmc/plugins/Base/Base.td])
+
dnl Do the first stage of configuration for llvm-config.in.
AC_CONFIG_FILES([tools/llvm-config/llvm-config.in])