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 with "git format-patch". But for such a small change it's really no big deal, so I went ahead and applied the patch in you name (the resulting commit is reported below, for reference). It will appear in the next bug-fixing version of Automake (1.13.2). Thank you, Stefano > Add missing '$' for variable expansion in depout.m4 > > * m4/depout.m4: "am__include" appeared where "$am__include" was meant. > ---- 8< ---- 8< ---- 8< ---- 8< ---- 8< ---- 8< ---- 8< ---- 8< ---- 8< ---- >From 82628de32451186708c0630cf995fdf5430c3f76 Mon Sep 17 00:00:00 2001 Message-Id: <82628de32451186708c0630cf995fdf5430c3f76.1366378018.git.stefano.lattar...@gmail.com> From: Gavin Smith <gavinsmith0...@gmail.com> Date: Fri, 19 Apr 2013 15:16:26 +0200 Subject: [PATCH] Add missing '$' for variable expansion in depout.m4 * m4/depout.m4: "am__include" appeared where "$am__include" was meant. Reference: <http://lists.gnu.org/archive/html/automake-patches/2013-04/msg00000.html> Copyright-paperwork-exempt: yes Signed-off-by: Stefano Lattarini <stefano.lattar...@gmail.com> --- THANKS | 1 + m4/depout.m4 | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/THANKS b/THANKS index c8ec3fd..cf46972 100644 --- a/THANKS +++ b/THANKS @@ -128,6 +128,7 @@ Ganesan Rajagopal rgane...@novell.com Garrett D'Amore garr...@qualcomm.com Garth Corral gar...@inktomi.com Gary V Vaughan gvaug...@oranda.demon.co.uk +Gavin Smith gavinsmith0...@gmail.com Geoffrey Keating geo...@apple.com Glenn Amerine gl...@pie.mhsc.org Gord Matzigkeit g...@gnu.ai.mit.edu diff --git a/m4/depout.m4 b/m4/depout.m4 index 880a597..c79d04b 100644 --- a/m4/depout.m4 +++ b/m4/depout.m4 @@ -40,7 +40,7 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` - test -z "am__include" && continue + test -z "$am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the -- 1.8.2.1.389.gcaa7d79