summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2009-04-18 20:55:28 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2009-04-18 20:55:28 +0000
commit7ba8ad31dfe15e0ad667f6ccd21b9073db89212a (patch)
treebc18c3948466fc800f1b7575b75320fa73261e99 /autoconf
parent9dcab2fe8e91c580d30ca68eb7d541250db1a0c6 (diff)
downloadllvm-7ba8ad31dfe15e0ad667f6ccd21b9073db89212a.tar.gz
llvm-7ba8ad31dfe15e0ad667f6ccd21b9073db89212a.tar.bz2
llvm-7ba8ad31dfe15e0ad667f6ccd21b9073db89212a.tar.xz
Add a configure check for llvm-gcc (reapply).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69474 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 a55968956b..1a355149db 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])