]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (darwin): Disable hardcoding library paths to
authorBenjamin Reed <ranger@befunk.com>
Wed, 26 Feb 2003 04:26:10 +0000 (04:26 +0000)
committerRobert Boehne <rboehne@gnu.org>
Wed, 26 Feb 2003 04:26:10 +0000 (04:26 +0000)
make relinking unnecessary.

ChangeLog
libtool.m4

index aa617de7e8afb22948b3249a66256097e20e2e53..6230f553397d36cbacb22c4de74ba8f9b201af00 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-02-25  Benjamin Reed  <ranger@befunk.com>
+
+       * libtool.m4 (darwin): Disable hardcoding library paths to
+       make relinking unnecessary.
+
 2003-02-24  Robert Boehne  <rboehne@gnu.org>
 
        * libltdl/configure.ac: Use AC_CONFIG_AUX_DIR([.]) to place
index d4df3a736c02f0f4223765179cbf292b95326ae4..345b8c035ca65c044cd28d42f92050f48e711818 100644 (file)
@@ -2519,7 +2519,8 @@ aix4*)
       #just in case a default was set somewhere
       _LT_AC_TAGVAR(archive_expsym_cmds, $1)=''
     fi
-    _LT_AC_TAGVAR(hardcode_direct, $1)=yes
+    _LT_AC_TAGVAR(hardcode_direct, $1)=no
+    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
     _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
     _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
     ;;  
@@ -2827,8 +2828,9 @@ case $host_os in
     else
       #just in case a default was set somewhere
       _LT_AC_TAGVAR(archive_expsym_cmds, $1)=''
-       fi
-    _LT_AC_TAGVAR(hardcode_direct, $1)=yes
+    fi
+    _LT_AC_TAGVAR(hardcode_direct, $1)=no
+    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
     _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
     _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
     ;;
@@ -5226,7 +5228,8 @@ EOF
         #just in case a default was set somewhere
         _LT_AC_TAGVAR(archive_expsym_cmds, $1)=''
       fi
-      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
+      _LT_AC_TAGVAR(hardcode_direct, $1)=no
+      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
       ;;