From: Alexander Vladimirov Date: Thu, 15 Aug 2013 06:27:05 +0000 (+0800) Subject: Add subdir-objects option to AM_INIT_AUTOMAKE X-Git-Tag: lxc-1.0.0.alpha1~1^2~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d007f8ab3da297ed0de884e0c6e57a66de2fcb42;p=thirdparty%2Flxc.git Add subdir-objects option to AM_INIT_AUTOMAKE Fix build with automake 1.14 and newer, since it requires explicit setting now. Signed-off-by: Alexander Vladimirov Signed-off-by: Serge Hallyn --- diff --git a/configure.ac b/configure.ac index cdf529041..245df3040 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ AC_INIT([lxc], [0.9.0]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_AUX_DIR([config]) AC_CONFIG_HEADERS([src/config.h]) -AM_INIT_AUTOMAKE([-Wall -Werror -Wno-portability]) +AM_INIT_AUTOMAKE([-Wall -Werror -Wno-portability subdir-objects]) AC_CANONICAL_HOST AM_PROG_CC_C_O AC_GNU_SOURCE