From: Paul Fertser Date: Mon, 23 Sep 2013 08:57:47 +0000 (+0400) Subject: Require Autoconf >= 2.64 X-Git-Tag: v0.8.0-rc1~242 X-Git-Url: https://repo.or.cz/w/openocd.git/commitdiff_plain/d19fafc8bdb30974e70bfc5a6ce63e7578b6e3b2 Require Autoconf >= 2.64 m4_argn macro was introduced in v2.63b-34-g46e87de on the 22nd of Apr 2009. Change-Id: Id01cc9f0ffdb46cf6dfd26c3bf3b5efa0ddd2984 Reported-by: Franck Jullien Signed-off-by: Paul Fertser Reviewed-on: http://openocd.zylin.com/1656 Tested-by: jenkins Reviewed-by: Spencer Oliver --- diff --git a/README b/README index dffa48862..065994a3f 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 038212cdb..7e475e731 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 ]) AC_CONFIG_SRCDIR([src/openocd.c])