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 <franck.jullien@gmail.com>
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Reviewed-on: http://openocd.zylin.com/1656
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
This commit is contained in:
Paul Fertser 2013-09-23 12:57:47 +04:00 committed by Spencer Oliver
parent ff120440d6
commit d19fafc8bd
2 changed files with 2 additions and 2 deletions

2
README
View File

@ -215,7 +215,7 @@ You'll also need:
Additionally, for building from git:
- autoconf >= 2.59
- autoconf >= 2.64
- automake >= 1.9
- texinfo

View File

@ -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])