libtool-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Libtool branch, master, updated. v2.2.8-12-geb399e6


From: Ralf Wildenhues
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.8-12-geb399e6
Date: Tue, 08 Jun 2010 04:46:18 +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 Libtool".

The branch, master has been updated
       via  eb399e6a03d7a536079eb90ff55dcc4043c949e4 (commit)
      from  0e3d88b8399b610522ddb59625f3f9cc021fdd14 (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 eb399e6a03d7a536079eb90ff55dcc4043c949e4
Author: Ralf Wildenhues <address@hidden>
Date:   Tue Jun 8 06:44:26 2010 +0200

    Avoid autom4te warning about unnamed diversion.
    
    * libltdl/config/getopt.m4sh: Use diversion name KILL not -1.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog                  |    5 +++++
 libltdl/config/getopt.m4sh |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 9a03c01..f1a58fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-06-08  Ralf Wildenhues  <address@hidden>
+
+       Avoid autom4te warning about unnamed diversion.
+       * libltdl/config/getopt.m4sh: Use diversion name KILL not -1.
+
 2010-06-07  Ralf Wildenhues  <address@hidden>
 
        Make versioning test stricter for w32, enable shared libs.
diff --git a/libltdl/config/getopt.m4sh b/libltdl/config/getopt.m4sh
index a81a905..70f40e6 100644
--- a/libltdl/config/getopt.m4sh
+++ b/libltdl/config/getopt.m4sh
@@ -1,4 +1,4 @@
-m4_include([general.m4sh])m4_divert_push(-1)
+m4_include([general.m4sh])m4_divert_push([KILL])
 # getopt.m4sh -- getopt helper functions                -*- Autoconf -*-
 #
 #    Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software 
Foundation, Inc.
@@ -496,7 +496,7 @@ m4go_validation
 # operation of the automatic `--version' and `--help' options, among
 # others.
 
-m4_divert_pop(-1)M4SH_VERBATIM([[
+m4_divert_pop([KILL])M4SH_VERBATIM([[
 # func_version
 # Echo version message to standard output and exit.
 func_version ()


hooks/post-receive
-- 
GNU Libtool



reply via email to

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