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 --- include/klee/Config/config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/klee/Config/config.h.in b/include/klee/Config/config.h.in index 023d04fe..ca81155f 100644 --- a/include/klee/Config/config.h.in +++ b/include/klee/Config/config.h.in @@ -69,6 +69,9 @@ /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME +/* Define to the home page for this package. */ +#undef PACKAGE_URL + /* Define to the version of this package. */ #undef PACKAGE_VERSION -- cgit 1.4.1