]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/m4/libtool.m4 (_LT_LANG_CXX_CONFIG)
authorAlbert Chin <china@thewrittenword.com>
Wed, 24 May 2006 11:54:59 +0000 (11:54 +0000)
committerGary V. Vaughan <gary@gnu.org>
Wed, 24 May 2006 11:54:59 +0000 (11:54 +0000)
[ aix4*, aix5*, hpux10*, hpux11* ]: Set hardcode_direct_absolute
for CXX tag too!

ChangeLog
libltdl/m4/libtool.m4

index 2f51d56412dfb769f69b74216e893ac39faa111f..b2675ea61d1035068b177002abfbbf9fa523765b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-05-24  Albert Chin  <china@thewrittenword.com>
+
+       * libltdl/m4/libtool.m4 (_LT_LANG_CXX_CONFIG)
+       [ aix4*, aix5*, hpux10*, hpux11* ]: Set hardcode_direct_absolute
+       for CXX tag too!
+
 2006-05-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * libltdl/config/ltmain.m4sh (func_mode_link, shell wrapper):
index 4870c5fb7f9ba5d64e5d48aef02d7221c6f75f59..31400e81c6c412c65314b154aa10e2107898d545 100644 (file)
@@ -5308,6 +5308,7 @@ if test "$_lt_caught_CXX_error" != yes; then
 
         _LT_TAGVAR(archive_cmds, $1)=''
         _LT_TAGVAR(hardcode_direct, $1)=yes
+        _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
         _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
         _LT_TAGVAR(link_all_deplibs, $1)=yes
         _LT_TAGVAR(file_list_spec, $1)='${wl}-f,'
@@ -5595,6 +5596,7 @@ if test "$_lt_caught_CXX_error" != yes; then
             ;;
           *)
             _LT_TAGVAR(hardcode_direct, $1)=yes
+            _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
             _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
                                                 # but as the default
                                                 # location of the library.