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.63-229-


From: Eric Blake
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.63-229-gb740857
Date: Mon, 24 Nov 2008 13:33:14 +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=b74085770f3517505ab6d35bfca7157ba93fa9e8

The branch, master has been updated
       via  b74085770f3517505ab6d35bfca7157ba93fa9e8 (commit)
      from  12ec1304fc62cb8c227bc06e476baa55496505da (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 b74085770f3517505ab6d35bfca7157ba93fa9e8
Author: Eric Blake <address@hidden>
Date:   Mon Nov 24 06:28:56 2008 -0700

    Fix typo in AS_MESSAGE_LOG_FD patch.
    
    * lib/m4sugar/m4sh.m4 (AS_ERROR): Check correct condition.
    
    Signed-off-by: Eric Blake <address@hidden>

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

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

diff --git a/ChangeLog b/ChangeLog
index bdb13da..c6c7109 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-11-24  Eric Blake  <address@hidden>
+
+       Fix typo in AS_MESSAGE_LOG_FD patch.
+       * lib/m4sugar/m4sh.m4 (AS_ERROR): Check correct condition.
+
 2008-11-23  Ralf Wildenhues  <address@hidden>
 
        More reliable signal handling in Autotest.
diff --git a/lib/m4sugar/m4sh.m4 b/lib/m4sugar/m4sh.m4
index 0faa934..be9ff3b 100644
--- a/lib/m4sugar/m4sh.m4
+++ b/lib/m4sugar/m4sh.m4
@@ -842,7 +842,7 @@ m4_defun_init([AS_ERROR],
 [m4_append_uniq([_AS_CLEANUP],
   [m4_divert_text([M4SH-INIT-FN], [_AS_ERROR_PREPARE[]])])],
 [m4_ifvaln([$2], [{ AS_SET_STATUS([$2])])]dnl
-[as_fn_error "_AS_QUOTE([$1])"m4_ifval([AS_MESSAGE_LOG_FD],
+[as_fn_error "_AS_QUOTE([$1])"m4_ifval(AS_MESSAGE_LOG_FD,
   [ "$LINENO" AS_MESSAGE_LOG_FD])[]m4_ifval([$2], [; }])])
 
 


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

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