diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-03-07 02:00:44 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-03-07 02:00:44 -0500 |
commit | bfea6e2b2d99e686733ed75b0de6d3a0cc6915c2 (patch) | |
tree | 9c9818057ebb724b93fb2d594baa76aa95c150d2 /src/include/config.h.in | |
parent | 37e7cdd968b93894eefa2e7dbb1de03377b41571 (diff) | |
download | calfuse-bfea6e2b2d99e686733ed75b0de6d3a0cc6915c2.tar.gz |
Nevermind, reverting to modern autotools. Use autogen.sh to fix your issues.
Diffstat (limited to 'src/include/config.h.in')
-rw-r--r-- | src/include/config.h.in | 6 |
1 files changed, 4 insertions, 2 deletions
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 <unistd.h> 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 |