From 82628de32451186708c0630cf995fdf5430c3f76 Mon Sep 17 00:00:00 2001 From: Gavin Smith 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: Copyright-paperwork-exempt: yes Signed-off-by: Stefano Lattarini --- 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 rganesan@novell.com Garrett D'Amore garrett@qualcomm.com Garth Corral garthc@inktomi.com Gary V Vaughan gvaughan@oranda.demon.co.uk +Gavin Smith gavinsmith0123@gmail.com Geoffrey Keating geoffk@apple.com Glenn Amerine glenn@pie.mhsc.org Gord Matzigkeit gord@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 -- 2.7.4