diff options
author | Cristian Cadar <c.cadar@imperial.ac.uk> | 2014-10-31 16:44:21 +0000 |
---|---|---|
committer | Cristian Cadar <c.cadar@imperial.ac.uk> | 2014-10-31 16:44:21 +0000 |
commit | 5b3d62b48169dd8dcffe374a565891a99e434c79 (patch) | |
tree | 69f24f355f521bd3be0731fe3c32640b8c73a5b2 /include | |
parent | 458c6b04be8357859464d22fed09b476ca38e116 (diff) | |
parent | 5f01dc8c4d2e52045c3a8da5e29fd80ae6d262e0 (diff) | |
download | klee-5b3d62b48169dd8dcffe374a565891a99e434c79.tar.gz |
Merge pull request #173 from delcypher/switch_to_autoconf_2.69
Switch to using autoconf 2.69 this version is more commonly available
Diffstat (limited to 'include')
-rw-r--r-- | include/klee/Config/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/klee/Config/config.h.in b/include/klee/Config/config.h.in index 6f24cde3..978c901f 100644 --- a/include/klee/Config/config.h.in +++ b/include/klee/Config/config.h.in @@ -78,6 +78,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 |