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-36-g6767ed1


From: Gary V. Vaughan
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.10-36-g6767ed1
Date: Sun, 27 Jun 2010 07:55:06 +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  6767ed13de0f741bfa09ffa7fcf2d1cee6d2a3d5 (commit)
      from  ee2dde86ba2f1bdc0638726c6580b96800ad4b39 (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 6767ed13de0f741bfa09ffa7fcf2d1cee6d2a3d5
Author: Gary V. Vaughan <address@hidden>
Date:   Sun Jun 27 14:54:57 2010 +0700

    Amend a missed opt_mode rename instance in ltmain.m4sh.
    
    * libltdl/config/ltmain.m4sh <mode>: Rename to opt_mode.
    
    Signed-off-by: Gary V. Vaughan <address@hidden>

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

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

diff --git a/ChangeLog b/ChangeLog
index 853ee86..dd9f861 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2010-06-27  Gary V. Vaughan  <address@hidden>
 
+       Amend a missed opt_mode rename instance in ltmain.m4sh.
+       * libltdl/config/ltmain.m4sh <mode>: Rename to opt_mode.
+
        Fix portability regressions in today's earlier changeset.
        * libltdl/m4/libtool.m4 (_LT_PROG_XSI_REPLACE): `sed -i' is not
        portable; use `mv -f ...|| cp -f ...' instead.
diff --git a/libltdl/config/ltmain.m4sh b/libltdl/config/ltmain.m4sh
index 0262322..59fbdb7 100644
--- a/libltdl/config/ltmain.m4sh
+++ b/libltdl/config/ltmain.m4sh
@@ -137,7 +137,6 @@ magic="%%%MAGIC variable%%%"
 magic_exe="%%%MAGIC EXE variable%%%"
 
 # Global variables.
-# $mode is unset
 nonopt=
 preserve_args=
 lo2o="s/\\.lo\$/.${objext}/"
@@ -5364,7 +5363,7 @@ func_mode_link ()
            linklib=$newlib
          fi # test -n "$old_archive_from_expsyms_cmds"
 
-         if test "$linkmode" = prog || test "$mode" != relink; then
+         if test "$linkmode" = prog || test "$opt_mode" != relink; then
            add_shlibpath=
            add_dir=
            add=


hooks/post-receive
-- 
GNU Libtool



reply via email to

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