diff options
author | Cristian Cadar <cristic@cs.stanford.edu> | 2012-07-26 18:26:55 +0000 |
---|---|---|
committer | Cristian Cadar <cristic@cs.stanford.edu> | 2012-07-26 18:26:55 +0000 |
commit | 1fdb4ef41ea8a87225f751fa87534c5ac1751d40 (patch) | |
tree | 2c0397b5c05204a0732d9cf9fdcca065e46ebba4 /autoconf | |
parent | 9e5892c86a0ca40c95da95d6fbca3c1944756450 (diff) | |
download | klee-1fdb4ef41ea8a87225f751fa87534c5ac1751d40.tar.gz |
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
Diffstat (limited to 'autoconf')
-rw-r--r-- | autoconf/configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
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]) |