Re: Add missing '$' for variable expansion in depout.m4

2013-04-19 Thread Stefano Lattarini
Hi Gavin, and sorry for the delay. Thanks for the patch --- and well spotted BTW; I'm a little ashamed such a blatant typo had escaped my attention so far! On 04/11/2013 08:12 PM, Gavin Smith wrote: > (I hope I have prepared this patch properly.) > Not really, because we prefer patches formatted

Re: Add missing '$' for variable expansion in depout.m4

2013-04-11 Thread Gavin Smith
The code here is looking for lines including *.Po dependency files in output Makefiles. It never caused a problem because if am__include wasn't set in the output file, then there would be unlikely to be any lines picked up by the sed expression looking for the include lines. I found this really by

Re: Add missing '$' for variable expansion in depout.m4

2013-04-11 Thread Nick Bowler
On 2013-04-11 19:12 +0100, Gavin Smith wrote: > (I hope I have prepared this patch properly.) > > Add missing '$' for variable expansion in depout.m4 > > * m4/depout.m4: "am__include" appeared where "$am__include" was meant. > > diff --git a/m4/depout.m4 b/m4/depout.m4 > index 880a597..c