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 +1,8 @@
+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>
diff --git a/configure.ac b/configure.ac
index 8de7493..5771b79 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,3 +23,3 @@ AC_INIT([gdbm],
[bug-gdbm@gnu.org])
-AC_PREREQ(2.63)
+AC_PREREQ(2.69)
AC_CONFIG_SRCDIR([src/gdbmdefs.h])

Return to:

Send suggestions and report system problems to the System administrator.