summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2011-05-13 03:27:56 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2011-05-13 03:27:56 +0000
commit7be3a60617004638513e1db5d5bc435773967afd (patch)
tree808855e7a4f08d5db6c96c52abb720d549266263 /autoconf
parent14ba1ff133bc891869eef9ebb28095062ed71e77 (diff)
downloadllvm-7be3a60617004638513e1db5d5bc435773967afd.tar.gz
llvm-7be3a60617004638513e1db5d5bc435773967afd.tar.bz2
llvm-7be3a60617004638513e1db5d5bc435773967afd.tar.xz
Re-add the autoconf rule for the docs/doxygen.cfg file.
For some reason this was not reverted when r103213 was. At the same time, add an optional rule for clang's doxygen.cfg. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131279 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index b55f56444f..6b5efbeaeb 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -1723,6 +1723,12 @@ AC_CONFIG_FILES([Makefile.config])
dnl Configure the RPM spec file for LLVM
AC_CONFIG_FILES([llvm.spec])
+dnl Configure doxygen's configuration file
+AC_CONFIG_FILES([docs/doxygen.cfg])
+if test -f ${srcdir}/tools/clang/README.txt; then
+ AC_CONFIG_FILES([tools/clang/docs/doxygen.cfg])
+fi
+
dnl Configure llvmc's Base plugin
AC_CONFIG_FILES([tools/llvmc/src/Base.td])