From: Paul Fertser Date: Sat, 20 Jul 2013 17:39:55 +0000 (+0400) Subject: automake: use subdir-objects option X-Git-Tag: v0.8.0-rc1~337 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=01a8c7367d4dd09a6bd86dd55b0af7187cbdebc0;p=openocd 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 Signed-off-by: Paul Fertser Reviewed-on: http://openocd.zylin.com/1517 Tested-by: jenkins Reviewed-by: Freddie Chopin Reviewed-by: Andreas Fritiofson --- diff --git a/configure.ac b/configure.ac index 18958136..623e6317 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([