Re: [PATCH 01/10] subdir-objects: enable unconditionally

2013-05-15 Thread Stefano Lattarini
On 05/14/2013 05:59 PM, Eric Blake wrote: > On 05/14/2013 02:04 AM, Stefano Lattarini wrote: >> See automake bug#13378. >> > >> @@ -10225,15 +10216,6 @@ bin_SCRIPTS = true.sh ... >> AM_INSTALLCHECK_STD_OPTIONS_EXEMPT = false$(EXEEXT) true.sh >> @end example >> >> -@item @option{subdir-objects}

Re: [PATCH 01/10] subdir-objects: enable unconditionally

2013-05-14 Thread Eric Blake
On 05/14/2013 02:04 AM, Stefano Lattarini wrote: > See automake bug#13378. > > @@ -10225,15 +10216,6 @@ bin_SCRIPTS = true.sh ... > AM_INSTALLCHECK_STD_OPTIONS_EXEMPT = false$(EXEEXT) true.sh > @end example > > -@item @option{subdir-objects} > -@cindex Options, @option{subdir-objects} > -@opi

[PATCH 01/10] subdir-objects: enable unconditionally

2013-05-14 Thread Stefano Lattarini
See automake bug#13378. The fact that Automake-generated Makefiles places compiled object files in the current directory by default, also when the corresponding source file is in a subdirectory, is basically an historical accident, due to the fact that the 'subdir-objects' option had only been int