aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-05-07 12:56:35 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2013-05-07 12:56:35 +0000
commit6c96fe2dcd8d45684be38f605706bf8385bc1aaa (patch)
tree49ec9e2878834eddac6f7a507091fee24c03f763 /configure.ac
parentb7ff6844a557b77c1c66f9d3e162246f954b0e31 (diff)
downloadgdbm-6c96fe2dcd8d45684be38f605706bf8385bc1aaa.tar.gz
gdbm-6c96fe2dcd8d45684be38f605706bf8385bc1aaa.tar.bz2
Minor change
* configure.ac: Require autoconf 2.69 or newer (in response to Puszcza bug #171).
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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.