From a57b2020be4faf8195096240d0805a7ea865b086 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 26 Jan 2015 13:49:12 +0000 Subject: [PATCH 4/4] Enable subdir-objects Automake option It has been supported since at least 1.10, and its absence is deprecated since 1.14. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 70d31b7..b4bacba 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ AC_CANONICAL_HOST AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) -AM_INIT_AUTOMAKE([1.10 tar-ustar -Wno-portability]) +AM_INIT_AUTOMAKE([1.10 tar-ustar -Wno-portability subdir-objects]) GETTEXT_PACKAGE=dbus-1 AC_SUBST(GETTEXT_PACKAGE) -- 2.1.4