From bfea6e2b2d99e686733ed75b0de6d3a0cc6915c2 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sat, 7 Mar 2015 02:00:44 -0500 Subject: Nevermind, reverting to modern autotools. Use autogen.sh to fix your issues. --- src/include/config.h.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/include') diff --git a/src/include/config.h.in b/src/include/config.h.in index bd79a2f..9134e7f 100644 --- a/src/include/config.h.in +++ b/src/include/config.h.in @@ -94,8 +94,7 @@ /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H -/* Define to the sub-directory in which libtool stores uninstalled libraries. - */ +/* Define to the sub-directory where libtool stores uninstalled libraries. */ #undef LT_OBJDIR /* Name of package */ @@ -113,6 +112,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