automake-patches
[Top][All Lists]
Advanced

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

[SCM] GNU Automake branch, master, updated. Release-1-10-72-gf7c36c7


From: Ralf Wildenhues
Subject: [SCM] GNU Automake branch, master, updated. Release-1-10-72-gf7c36c7
Date: Thu, 22 Nov 2007 23:17:12 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Automake".

http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=f7c36c783469a3fbf43c787d7899efd1000dc989

The branch, master has been updated
       via  f7c36c783469a3fbf43c787d7899efd1000dc989 (commit)
      from  ffa4c62a38c00b63cf104870a20e4883270be7a2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f7c36c783469a3fbf43c787d7899efd1000dc989
Author: Ralf Wildenhues <address@hidden>
Date:   Fri Nov 23 00:17:02 2007 +0100

    * aclocal.in (trace_used_macros): Quote input files.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog  |    2 ++
 aclocal.in |    4 +++-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 2ff7348..01ee065 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2007-11-22  Ralf Wildenhues  <address@hidden>
 
+       * aclocal.in (trace_used_macros): Quote input files.
+
        * lib/ylwrap: Cope with white space in `PROGRAM' and `pwd`.
 
        * lib/am/tags.am (ID, TAGS, CTAGS): Make awk scripts portable again.
diff --git a/aclocal.in b/aclocal.in
index 195ef81..35d9459 100644
--- a/aclocal.in
+++ b/aclocal.in
@@ -664,7 +664,9 @@ sub trace_used_macros ()
   my $traces = ($ENV{AUTOM4TE} || 'autom4te');
   $traces .= " --language Autoconf-without-aclocal-m4 ";
   # All candidate files.
-  $traces .= join (' ', grep { exists $files{$_} } @file_order) . " ";
+  $traces .= join (' ',
+                  (map { "'$_'" }
+                   (grep { exists $files{$_} } @file_order))) . " ";
   # All candidate macros.
   $traces .= join (' ',
                   (map { "--trace='$_:\$f::\$n::\$1'" }


hooks/post-receive
--
GNU Automake




reply via email to

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