automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Stefano Lattarini
Subject: Re: Add missing '$' for variable expansion in depout.m4
Date: Fri, 19 Apr 2013 15:28:07 +0200

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: <address@hidden>
From: Gavin Smith <address@hidden>
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 <address@hidden>
---
 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               address@hidden
 Garrett D'Amore                 address@hidden
 Garth Corral                    address@hidden
 Gary V Vaughan                  address@hidden
+Gavin Smith                     address@hidden
 Geoffrey Keating                address@hidden
 Glenn Amerine                   address@hidden
 Gord Matzigkeit                 address@hidden
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]