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

2013-04-11 Thread Gavin Smith
(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..c79d04b 100644 --- a/m4/depout.m4 +++ b/m4/depout.m4 @@ -40,7

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