This is an automated email from Gerrit.

Paul Fertser (fercer...@gmail.com) just uploaded a new patch set to Gerrit, 
which you can find at http://openocd.zylin.com/1656

-- gerrit

commit 2c9de40cf5b563da33895a4209e4e9a3f4e5017e
Author: Paul Fertser <fercer...@gmail.com>
Date:   Mon Sep 23 12:57:47 2013 +0400

    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.jull...@gmail.com>
    Signed-off-by: Paul Fertser <fercer...@gmail.com>

diff --git a/README b/README
index dffa488..065994a 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 038212c..7e475e7 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])

-- 

------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to