autoconf-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Autoconf source repository branch, master, updated. v2.63b-80-


From: Eric Blake
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.63b-80-g81abbb1
Date: Mon, 13 Jul 2009 19:02:03 +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 Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=81abbb1137c8f519c911b5edc264b281ccf4ce2a

The branch, master has been updated
       via  81abbb1137c8f519c911b5edc264b281ccf4ce2a (commit)
      from  b22c5fde553df0f101ede21b5a3cd302bc046da8 (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 81abbb1137c8f519c911b5edc264b281ccf4ce2a
Author: Eric Blake <address@hidden>
Date:   Mon Jul 13 09:16:06 2009 -0600

    Fix previous patch.
    
    * lib/autotest/general.m4 (at_fn_check_prepare_notrace): Use
    proper m4 quoting.
    (_AT_DECIDE_TRACEABLE): Likewise.
    
    Signed-off-by: Eric Blake <address@hidden>

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

Summary of changes:
 ChangeLog               |    7 +++++++
 lib/autotest/general.m4 |    4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 440e936..f5434bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-07-13  Eric Blake  <address@hidden>
+
+       Fix previous patch.
+       * lib/autotest/general.m4 (at_fn_check_prepare_notrace): Use
+       proper m4 quoting.
+       (_AT_DECIDE_TRACEABLE): Likewise.
+
 2009-07-13  Paolo Bonzini  <address@hidden>
 
        * lib/autotest/general.m4 (at_fn_check_prepare_notrace): Use
diff --git a/lib/autotest/general.m4 b/lib/autotest/general.m4
index 59cce95..6032796 100644
--- a/lib/autotest/general.m4
+++ b/lib/autotest/general.m4
@@ -268,7 +268,7 @@ AS_FUNCTION_DESCRIBE([at_fn_check_prepare_notrace], [REASON 
LINE],
 untraceable command; REASON is the reason for disabling tracing.])
 at_fn_check_prepare_notrace ()
 {
-  $at_trace_echo "Not enabling shell tracing (command contains $1)"
+  $at_trace_echo "Not enabling shell tracing (command contains $[1])"
   AS_ECHO(["$[2]"]) >"$at_check_line_file"
   at_check_trace=: at_check_filter=:
   : >"$at_stdout"; : >"$at_stderr"
@@ -2015,7 +2015,7 @@ m4_cond([m4_eval(m4_index([$1], [`]) >= 0)], [1],
        []))]dnl No reason.
 [m4_if(m4_index(_m4_defn([at_reason]), [a]), [0],]dnl
 dnl We know at build time that tracing COMMANDS is never safe.
-[[at_fn_check_prepare_notrace 'm4_defn([at_reason])'],dnl
+[[at_fn_check_prepare_notrace '_m4_defn([at_reason])'],
        m4_index([$1], [$]), [-1],]dnl
 dnl We know at build time that tracing COMMANDS is always safe.
 [[at_fn_check_prepare_trace],]dnl


hooks/post-receive
-- 
GNU Autoconf source repository




reply via email to

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