bug#13928: [PATCH] plans: enabling subdir-object by default is blocked on bug#13928

2014-04-22 Thread Stefano Lattarini
On 04/22/2014 09:11 AM, Bert Wesarg wrote: Stefano, may it be possible to disable the 'subdir-object is the default'-warning in the 1.14 release series than? We should have this warning only active when we are sure that this bug is resolved. I'd rather not take this step back, since the

bug#15981: [PATCH] init: ensure $ac_aux_dir is defined before being used

2014-04-22 Thread Stefano Lattarini
Since we use $ac_aux_dir to define $am_aux_dir, we need to ensure the former has been initialized before we try to define the latter, otherwise the definition: am_aux_dir=`cd $ac_aux_dir pwd` will set $am_aux_dir to $HOME, causing weird and unexpected behaviours. This change fixes automake

Re: bug#13928: [PATCH] plans: enabling subdir-object by default is blocked on bug#13928

2014-04-22 Thread Bert Wesarg
Stefano, may it be possible to disable the 'subdir-object is the default'-warning in the 1.14 release series than? We should have this warning only active when we are sure that this bug is resolved. Thanks. Bert On Mon, Apr 21, 2014 at 4:32 PM, Stefano Lattarini stefano.lattar...@gmail.com

Re: bug#13928: [PATCH] plans: enabling subdir-object by default is blocked on bug#13928

2014-04-22 Thread Stefano Lattarini
On 04/22/2014 09:11 AM, Bert Wesarg wrote: Stefano, may it be possible to disable the 'subdir-object is the default'-warning in the 1.14 release series than? We should have this warning only active when we are sure that this bug is resolved. I'd rather not take this step back, since the

Re: Issues with subdir-objects enabled

2014-04-22 Thread Gavin Smith
On Sun, Apr 13, 2014 at 2:47 AM, Jonas Thiem jonasth...@googlemail.com wrote: # - # Unit test section # - TESTS= testd = ctests TEST_CFLAGS= $(AM_CFLAGS) -DUNITTEST # - # C tests # - check_PROGRAMS = $(testd)/test-imgloader

Re: Issues with subdir-objects enabled

2014-04-22 Thread Nick Bowler
On 2014-04-22 16:15 +0100, Gavin Smith wrote: Is support for setting variables with names of source directories after automake is run (with configure scripts, or on the command line when make is run) is needed? If not, could variables in the paths of source files ($(testd)) above could be