]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
fix bug in postdeps computation
authorPaolo Bonzini <bonzini@gnu.org>
Wed, 28 Jul 2010 21:55:24 +0000 (23:55 +0200)
committerPaolo Bonzini <bonzini@gnu.org>
Sun, 1 Aug 2010 08:23:16 +0000 (10:23 +0200)
* libltdl/m4/libtool.m4 (_LT_SYS_HIDDEN_LIBDEPS): Actually concatenate
$prev and $p.

Signed-off-by: Paolo Bonzini <bonzini@gnu.org>
ChangeLog
libltdl/m4/libtool.m4

index a5ef374c20e85ca203c6c1af01ae3f98f01ca86d..a0e0469151b266a312e7c4358c40e6e59024f3ee 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,13 @@
+2010-08-01  Paolo Bonzini  <bonzini@gnu.org>
+
+       Fix bug in postdeps computation
+       * libltdl/m4/libtool.m4 (_LT_SYS_HIDDEN_LIBDEPS): Actually
+       concatenate $prev and $p.
+
 2010-07-26  Charles Wilson  <libtool@cwilson.fastmail.fm>
 
        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.
 
index 47d25581e7ec8dd946ccebba38e385dd6ca03112..f61be283c9b1bad3aeb7adbb61975958fef552a8 100644 (file)
@@ -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