From 7e571b22d5e236d17e3575a8723b5c07f7fa30e4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Olivier=20Cr=C3=AAte?= Date: Wed, 28 Jan 2015 21:56:49 -0500 Subject: [PATCH] configure: Add "subdir-objects" automake option Automake now warns that it will be the only behavior in the future. So quell the warning by adding it. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2826022..9194507 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ AC_CANONICAL_TARGET AC_CONFIG_SRCDIR([agent/agent.c]) AC_CONFIG_HEADERS([config.h]) -AM_INIT_AUTOMAKE([1.12 -Wall -Wno-portability]) +AM_INIT_AUTOMAKE([1.12 -Wall -Wno-portability subdir-objects]) AC_CONFIG_FILES([ Makefile -- 2.7.4