This is an automated email from Gerrit.

Spencer Oliver (s...@spen-soft.co.uk) just uploaded a new patch set to Gerrit, 
which you can find at http://openocd.zylin.com/1117

-- gerrit

commit d43fe8879df7a0faaf4a404b23486d62f6b5ede2
Author: Spencer Oliver <s...@spen-soft.co.uk>
Date:   Fri Jan 18 15:56:25 2013 +0000

    build: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
    
    automake-1.13 has now deprecated AM_CONFIG_HEADER, use the correct
    AC_CONFIG_HEADERS instead.
    
    Change-Id: I8adaec64cbad7f7318ff69091176c30b707cbb0b
    Signed-off-by: Spencer Oliver <s...@spen-soft.co.uk>

diff --git a/configure.ac b/configure.ac
index 51d43ba..a9a40da 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@ m4_include([config_subdir.m4])dnl
 AM_INIT_AUTOMAKE([-Wall -Wno-portability dist-bzip2 dist-zip])
 AM_MAINTAINER_MODE
 
-AM_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
 AH_BOTTOM([
 #include <helper/system.h>
 #include <helper/types.h>

-- 

------------------------------------------------------------------------------
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to