This is an automated email from Gerrit.

Paul Fertser ([email protected]) just uploaded a new patch set to Gerrit, 
which you can find at http://openocd.zylin.com/1517

-- gerrit

commit 7e917cb78fce68e1a7750040058eb2c230541bd9
Author: Paul Fertser <[email protected]>
Date:   Sat Jul 20 21:39:55 2013 +0400

    automake: use subdir-objects option
    
    Automake 1.14 introduced several non-fatal warnings that should help
    projects prepare to the next major automake release (2.0).
    
    Considering the way OpenOCD automake files are written, using
    subdir-objects doesn't have any adverse effects, so enable it for the
    future compatibility.
    
    Change-Id: I3e7fd93d1b53c5a7ed00ec0f03d2d1510a07f516
    Reported-by: Freddie Chopin <[email protected]>
    Signed-off-by: Paul Fertser <[email protected]>

diff --git a/configure.ac b/configure.ac
index 1895813..623e631 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ AC_CONFIG_SRCDIR([src/openocd.c])
 
 m4_include([config_subdir.m4])dnl
 
-AM_INIT_AUTOMAKE([-Wall -Wno-portability dist-bzip2 dist-zip])
+AM_INIT_AUTOMAKE([-Wall -Wno-portability dist-bzip2 dist-zip subdir-objects])
 
 AC_CONFIG_HEADERS([config.h])
 AH_BOTTOM([

-- 

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to