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.10-59-g8c4dae1


From: Gary V. Vaughan
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.10-59-g8c4dae1
Date: Thu, 08 Jul 2010 13:37:23 +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  8c4dae1232958c24989f31ab5b5768d00be2ef03 (commit)
      from  de8a0992b21b76a13c302cf48588ad5f6042595c (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 8c4dae1232958c24989f31ab5b5768d00be2ef03
Author: Gary V. Vaughan <address@hidden>
Date:   Thu Jul 8 18:47:59 2010 +0700

    Fix a spurious trailing space and a botched merge.
    
    * libltdl/m4/libtool.m4 (_LT_PROG_FUNCTION_REPLACE): Remove
    spurious trailing space.
    * ChangeLog: Reorder to match commit order after botched
    merge.
    
    Signed-off-by: Gary V. Vaughan <address@hidden>

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

Summary of changes:
 ChangeLog             |   16 +++++++++-------
 libltdl/m4/libtool.m4 |    2 +-
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 9d3cf53..641ee0b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,3 @@
-2010-07-08  Peter Rosin  <address@hidden>
-
-       Optimize assignment of output_la.
-       * libltdl/config/ltmain.m4sh (func_mode_link): Save two fork/exec
-       instances.
-       Report by Ralf Wildenhues.
-
 2010-07-08  Gary V. Vaughan  <address@hidden>
 
        Rename _LT_PROG_XSI_REPLACE macro to _LT_PROG_FUNCTION_REPLACE.
@@ -26,6 +19,15 @@
        (_LT_AT_EXTENDED_SHELL_FUNC_EXTRACT): Change regular expression to
        match new replacable function decorator comments.
 
+2010-07-08  Peter Rosin  <address@hidden>
+
+       Optimize assignment of output_la.
+       * libltdl/config/ltmain.m4sh (func_mode_link): Save two fork/exec
+       instances.
+       Report by Ralf Wildenhues.
+
+2010-07-08  Gary V. Vaughan  <address@hidden>
+
        Fix a cut-n-pasto in "2010-07-07 Charles Wilson" patch.
        * libltdl/config/ltmain.m4sh (func_mode_link): Remove spurious
        variable dereference.
diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4
index 83d03bf..47d2558 100644
--- a/libltdl/m4/libtool.m4
+++ b/libltdl/m4/libtool.m4
@@ -7542,6 +7542,6 @@ else
 fi
 
 if test x"$_lt_function_replace_fail" = x":"; then
-  AC_MSG_WARN([Unable to substitute extended shell functions in $ofile]) 
+  AC_MSG_WARN([Unable to substitute extended shell functions in $ofile])
 fi
 ])


hooks/post-receive
-- 
GNU Libtool



reply via email to

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