Skip to content
Snippets Groups Projects
Commit d19fafc8 authored by Paul Fertser's avatar Paul Fertser Committed by Spencer Oliver
Browse files

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: default avatarFranck Jullien <franck.jullien@gmail.com>
Signed-off-by: default avatarPaul Fertser <fercerpav@gmail.com>
Reviewed-on: http://openocd.zylin.com/1656


Tested-by: jenkins
Reviewed-by: default avatarSpencer Oliver <spen@spen-soft.co.uk>
parent ff120440
Branches
Tags
No related merge requests found
...@@ -215,7 +215,7 @@ You'll also need: ...@@ -215,7 +215,7 @@ You'll also need:
Additionally, for building from git: Additionally, for building from git:
- autoconf >= 2.59 - autoconf >= 2.64
- automake >= 1.9 - automake >= 1.9
- texinfo - texinfo
......
AC_PREREQ(2.60) AC_PREREQ(2.64)
AC_INIT([openocd], [0.8.0-dev], AC_INIT([openocd], [0.8.0-dev],
[OpenOCD Mailing List <openocd-devel@lists.sourceforge.net>]) [OpenOCD Mailing List <openocd-devel@lists.sourceforge.net>])
AC_CONFIG_SRCDIR([src/openocd.c]) AC_CONFIG_SRCDIR([src/openocd.c])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment