aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac5
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e98beea..e7f1637 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2013-05-08 Sergey Poznyakoff <gray@gnu.org.ua>
+ * configure.ac: (AC_INIT): Add webpage URL.
+
+2013-05-08 Sergey Poznyakoff <gray@gnu.org.ua>
+
Improve testgdbm; install some more bugfixes.
* src/gdbmdefs.h: Fix typo in a comment.
diff --git a/configure.ac b/configure.ac
index 5771b79..e43bc53 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,8 +20,9 @@ m4_define([_GDBM_VERSION_PATCH], 90)
AC_INIT([gdbm],
_GDBM_VERSION_MAJOR._GDBM_VERSION_MINOR[]m4_ifdef([_GDBM_VERSION_PATCH],._GDBM_VERSION_PATCH),
- [bug-gdbm@gnu.org])
-AC_PREREQ(2.69)
+ [bug-gdbm@gnu.org],,
+ [http://www.gnu.org/software/gdbm])
+AC_PREREQ(2.69)a
AC_CONFIG_SRCDIR([src/gdbmdefs.h])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([autoconf.h])

Return to:

Send suggestions and report system problems to the System administrator.