[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 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 th

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 wrote: > Signed-off-by: Stefano