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-65-ga107f18


From: Paolo Bonzini
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.10-65-ga107f18
Date: Sun, 01 Aug 2010 08:23:45 +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  a107f18041e458fa9fe521d33c8d316a088447c9 (commit)
      from  32a6c3b33c25177b206c0f618d7cf56c4cef4c86 (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 a107f18041e458fa9fe521d33c8d316a088447c9
Author: Paolo Bonzini <address@hidden>
Date:   Wed Jul 28 23:55:24 2010 +0200

    fix bug in postdeps computation
    
    * libltdl/m4/libtool.m4 (_LT_SYS_HIDDEN_LIBDEPS): Actually concatenate
    $prev and $p.
    
    Signed-off-by: Paolo Bonzini <address@hidden>

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

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

diff --git a/ChangeLog b/ChangeLog
index a5ef374..a0e0469 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,13 @@
+2010-08-01  Paolo Bonzini  <address@hidden>
+
+       Fix bug in postdeps computation
+       * libltdl/m4/libtool.m4 (_LT_SYS_HIDDEN_LIBDEPS): Actually
+       concatenate $prev and $p.
+
 2010-07-26  Charles Wilson  <address@hidden>
 
        Don't always skip XSI tests
-       tests/getopt-m4sh.at: Use new signature as implemented by
+       * tests/getopt-m4sh.at: Use new signature as implemented by
        de8a0992b21b76a13c302cf48588ad5f6042595c, when determining
        whether to test Extended-shell functions.
 
diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4
index 47d2558..f61be28 100644
--- a/libltdl/m4/libtool.m4
+++ b/libltdl/m4/libtool.m4
@@ -6724,7 +6724,7 @@ if AC_TRY_EVAL(ac_compile); then
   pre_test_object_deps_done=no
 
   for p in `eval "$output_verbose_link_cmd"`; do
-    case $p in
+    case ${prev}${p} in
 
     -L* | -R* | -l*)
        # Some compilers place space between "-{L,R}" and the path.
@@ -6738,7 +6738,7 @@ if AC_TRY_EVAL(ac_compile); then
        fi
 
        if test "$pre_test_object_deps_done" = no; then
-        case $p in
+        case ${prev}${p} in
         -L* | -R*)
           # Internal compiler library paths should come after those
           # provided the user.  The postdeps already come after the


hooks/post-receive
-- 
GNU Libtool



reply via email to

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