From 1fdb4ef41ea8a87225f751fa87534c5ac1751d40 Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Thu, 26 Jul 2012 18:26:55 +0000 Subject: Patch by Dan Liew that adds support for building Doxygen out-of-source. git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@160795 91177308-0d34-0410-b5e6-96231b3b80d8 --- autoconf/configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'autoconf') diff --git a/autoconf/configure.ac b/autoconf/configure.ac index 1ca3a61a..2fa4fba0 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -21,6 +21,9 @@ AC_CONFIG_SRCDIR(["Makefile.config.in"]) dnl Configure a common Makefile AC_CONFIG_FILES(Makefile.config) +dnl Configure Doxygen file +AC_CONFIG_FILES([docs/doxygen.cfg]) + dnl Configure project makefiles dnl List every Makefile that exists within your source tree AC_CONFIG_HEADERS([include/klee/Config/config.h]) -- cgit 1.4.1