aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e77977c..3eed7e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2013-05-07 Sergey Poznyakoff <gray@gnu.org.ua>
+
+ Minor change
+
+ * configure.ac: Require autoconf 2.69 or newer (in response
+ to Puszcza bug #171).
+
2012-03-21 Sergey Poznyakoff <gray@gnu.org.ua>
* tests/create00.at: Use cmp -s || diff -u instead of plain
diff --git a/configure.ac b/configure.ac
index 8de7493..5771b79 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@ 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.63)
+AC_PREREQ(2.69)
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.