From: Simon McVittie Date: Mon, 26 Jan 2015 13:49:12 +0000 (+0000) Subject: Enable subdir-objects Automake option X-Git-Tag: dbus-1.9.8~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7cf5d2fac4660dc73c8c2714d0cfab05e2e0d090;p=thirdparty%2Fdbus.git Enable subdir-objects Automake option It has been supported since at least 1.10, and its absence is deprecated since 1.14. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=88808 Reviewed-by: Philip Withnall --- diff --git a/configure.ac b/configure.ac index aab78c651..5e6f5559d 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)