From 9c2eb792420c3ef3c56166a49fd0c045fab5649a Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Fri, 5 Mar 2010 09:40:41 +0000 Subject: [PATCH] Newer autoconf adds PACKAGE_URL definition. --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.h.in b/config.h.in index 989ed53..f80de9c 100644 --- a/config.h.in +++ b/config.h.in @@ -12,5 +12,8 @@ /* 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 -- 1.8.3.1