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>__archive__
parent
ff120440d6
commit
d19fafc8bd
2
README
2
README
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
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])
|
||||||
|
|
Loading…
Reference in New Issue