libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Remove duplicate hardcode_direct=yes for AIX


From: Ralf Wildenhues
Subject: Re: Remove duplicate hardcode_direct=yes for AIX
Date: Sun, 14 May 2006 10:44:41 +0200
User-agent: Mutt/1.5.11+cvs20060403

Hi Albert,

* Albert Chin wrote on Sun, Apr 30, 2006 at 03:12:05AM CEST:
> $hardcode_direct is set twice for AIX.

Thanks!  I've applied these patches.

Cheers, and sorry for the delay,
Ralf

HEAD:
2006-05-14  Albert Chin-A-Young  <address@hidden>

        * libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS, _LT_LANG_CXX_CONFIG)
        [ aix ]: $hardcode_direct is set twice.

Index: libltdl/m4/libtool.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/libltdl/m4/libtool.m4,v
retrieving revision 1.63
diff -u -r1.63 libtool.m4
--- libltdl/m4/libtool.m4       28 Mar 2006 18:11:28 -0000      1.63
+++ libltdl/m4/libtool.m4       14 May 2006 08:41:35 -0000
@@ -4294,7 +4294,7 @@
           strings "$collect2name" | $GREP resolve_lib_name >/dev/null
          then
          # We have reworked collect2
-         _LT_TAGVAR(hardcode_direct, $1)=yes
+         :
          else
          # We have old collect2
          _LT_TAGVAR(hardcode_direct, $1)=unsupported
@@ -5278,7 +5278,7 @@
             strings "$collect2name" | $GREP resolve_lib_name >/dev/null
          then
            # We have reworked collect2
-           _LT_TAGVAR(hardcode_direct, $1)=yes
+           :
          else
            # We have old collect2
            _LT_TAGVAR(hardcode_direct, $1)=unsupported

branch-1-5:
2006-05-14  Albert Chin-A-Young  <address@hidden>

        * libtool.m4 [ aix ] (AC_LIBTOOL_PROG_LD_SHLIBS)
        (AC_LIBTOOL_LANG_CXX_CONFIG): $hardcode_direct is set twice.

Index: libtool.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/Attic/libtool.m4,v
retrieving revision 1.314.2.152
diff -u -r1.314.2.152 libtool.m4
--- libtool.m4  28 Mar 2006 18:12:50 -0000      1.314.2.152
+++ libtool.m4  14 May 2006 08:42:22 -0000
@@ -2933,7 +2933,7 @@
           strings "$collect2name" | grep resolve_lib_name >/dev/null
        then
          # We have reworked collect2
-         _LT_AC_TAGVAR(hardcode_direct, $1)=yes
+         :
        else
          # We have old collect2
          _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
@@ -5732,7 +5732,7 @@
           strings "$collect2name" | grep resolve_lib_name >/dev/null
          then
          # We have reworked collect2
-         _LT_AC_TAGVAR(hardcode_direct, $1)=yes
+         :
          else
          # We have old collect2
          _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported




reply via email to

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