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-56-g2e5ed25


From: Gary V. Vaughan
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.10-56-g2e5ed25
Date: Thu, 08 Jul 2010 11:33:41 +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  2e5ed25df3ccbc6e0fef5195199ba2e7649c2767 (commit)
      from  94d129e2e36f677f11895424693c5483e8324877 (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 2e5ed25df3ccbc6e0fef5195199ba2e7649c2767
Author: Gary V. Vaughan <address@hidden>
Date:   Thu Jul 8 18:33:31 2010 +0700

    Fix a cut-n-pasto in "2010-07-07 Charles Wilson" patch.
    
    * libltdl/config/ltmain.m4sh (func_mode_link): Remove spurious
    variable dereference.
    
    Signed-off-by: Gary V. Vaughan <address@hidden>

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

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

diff --git a/ChangeLog b/ChangeLog
index c8e628d..b180dc6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
+
 2010-07-07  Gary V. Vaughan  <address@hidden>
 
        Tidy m4 comment header underline.
diff --git a/libltdl/config/ltmain.m4sh b/libltdl/config/ltmain.m4sh
index 365ba0c..1a2c02d 100644
--- a/libltdl/config/ltmain.m4sh
+++ b/libltdl/config/ltmain.m4sh
@@ -5331,7 +5331,7 @@ func_mode_link ()
              # Prefer using a static library (so that no silly _DYNAMIC symbols
              # are required to link).
              if test -n "$old_library"; then
-               func_append $newdlprefiles " $dir/$old_library"
+               func_append newdlprefiles " $dir/$old_library"
                # Keep a list of preopened convenience libraries to check
                # that they are being used correctly in the link pass.
                test -z "$libdir" && \


hooks/post-receive
-- 
GNU Libtool



reply via email to

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