aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index dffa4886..065994a3 100644
--- a/README
+++ b/README
@@ -215,7 +215,7 @@ You'll also need:
Additionally, for building from git:
-- autoconf >= 2.59
+- autoconf >= 2.64
- automake >= 1.9
- texinfo
diff --git a/configure.ac b/configure.ac
index 038212cd..7e475e73 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_PREREQ(2.60)
+AC_PREREQ(2.64)
AC_INIT([openocd], [0.8.0-dev],
[OpenOCD Mailing List <openocd-devel@lists.sourceforge.net>])
AC_CONFIG_SRCDIR([src/openocd.c])