summaryrefslogtreecommitdiff
path: root/configure
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 /configure
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 'configure')
-rwxr-xr-xconfigure9
1 files changed, 9 insertions, 0 deletions
diff --git a/configure b/configure
index f1f4dd3c77..20dc65ebc1 100755
--- a/configure
+++ b/configure
@@ -22574,6 +22574,13 @@ ac_config_files="$ac_config_files Makefile.config"
ac_config_files="$ac_config_files llvm.spec"
+ac_config_files="$ac_config_files docs/doxygen.cfg"
+
+if test -f ${srcdir}/tools/clang/README.txt; then
+ ac_config_files="$ac_config_files tools/clang/docs/doxygen.cfg"
+
+fi
+
ac_config_files="$ac_config_files tools/llvmc/src/Base.td"
@@ -23194,6 +23201,8 @@ do
"include/llvm/Support/DataTypes.h") CONFIG_HEADERS="$CONFIG_HEADERS include/llvm/Support/DataTypes.h" ;;
"Makefile.config") CONFIG_FILES="$CONFIG_FILES Makefile.config" ;;
"llvm.spec") CONFIG_FILES="$CONFIG_FILES llvm.spec" ;;
+ "docs/doxygen.cfg") CONFIG_FILES="$CONFIG_FILES docs/doxygen.cfg" ;;
+ "tools/clang/docs/doxygen.cfg") CONFIG_FILES="$CONFIG_FILES tools/clang/docs/doxygen.cfg" ;;
"tools/llvmc/src/Base.td") CONFIG_FILES="$CONFIG_FILES tools/llvmc/src/Base.td" ;;
"tools/llvm-config/llvm-config.in") CONFIG_FILES="$CONFIG_FILES tools/llvm-config/llvm-config.in" ;;
"setup") CONFIG_COMMANDS="$CONFIG_COMMANDS setup" ;;