[lxc-devel] [PATCH] Add subdir-objects option to AM_INIT_AUTOMAKE

Alexander Vladimirov alexander.idkfa.vladimirov at gmail.com
Thu Aug 15 19:38:04 UTC 2013


It seems to build fine on older Arch Linux machine with automake 1.13

2013/8/16 Serge Hallyn <serge.hallyn at ubuntu.com>:
> Quoting Alexander Vladimirov (alexander.idkfa.vladimirov at gmail.com):
>> Fix build with automake 1.14 and newer, since it requires explicit
>> setting now.
>
> Will this break anything with older automake?  (I ask because some
> threads in the curl m-l seemed to imply it might...)
>
>> Signed-off-by: Alexander Vladimirov <alexander.idkfa.vladimirov at gmail.com>
>> ---
>>  configure.ac | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/configure.ac b/configure.ac
>> index cdf5290..245df30 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
>> --
>> 1.8.3.4
>>
>>
>> ------------------------------------------------------------------------------
>> Get 100% visibility into Java/.NET code with AppDynamics Lite!
>> It's a free troubleshooting tool designed for production.
>> Get down to code-level detail for bottlenecks, with <2% overhead.
>> Download for free and get started troubleshooting in minutes.
>> http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Lxc-devel mailing list
>> Lxc-devel at lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/lxc-devel




More information about the lxc-devel mailing list