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.65-10-g


From: Paolo Bonzini
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.65-10-g9900c34
Date: Wed, 09 Dec 2009 09:23:27 +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=9900c340468dc424d567ba983ae4ebdc10c624ee

The branch, master has been updated
       via  9900c340468dc424d567ba983ae4ebdc10c624ee (commit)
      from  d4fdf04459e9d11b51e971f9af3451fa56fd44a9 (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 9900c340468dc424d567ba983ae4ebdc10c624ee
Author: Paolo Bonzini <address@hidden>
Date:   Wed Dec 9 10:23:16 2009 +0100

    Fix `recursion' test failure.
    
    * tests/m4sugar.at (recursion): Use empty diversion, not 0.

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

Summary of changes:
 ChangeLog        |    5 +++++
 tests/m4sugar.at |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 1c0c612..06ff28a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-12-09  Paolo Bonzini  <address@hidden>
+
+       Fix `recursion' test failure.
+       * tests/m4sugar.at (recursion): Use empty diversion, not 0.
+
 2009-12-05  Stefano Lattarini  <address@hidden>
            Ralf Wildenhues  <address@hidden>
 
diff --git a/tests/m4sugar.at b/tests/m4sugar.at
index a96583c..4d937cf 100644
--- a/tests/m4sugar.at
+++ b/tests/m4sugar.at
@@ -1874,7 +1874,7 @@ A
 AT_DATA_M4SUGAR([script.4s],
 [[m4_ifdef([__m4_version__],
 [m4_undefine([__m4_version__])],
-[m4_divert_push(0)48894
+[m4_divert_push([])48894
 9999,10000
 78896
 58894


hooks/post-receive
-- 
GNU Autoconf source repository




reply via email to

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