From: Benjamin Reed Date: Wed, 26 Feb 2003 04:26:10 +0000 (+0000) Subject: * libtool.m4 (darwin): Disable hardcoding library paths to X-Git-Tag: release-1-5~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5b73023e808bb178b2eb397c2700fda2fc50b72;p=thirdparty%2Flibtool.git * libtool.m4 (darwin): Disable hardcoding library paths to make relinking unnecessary. --- diff --git a/ChangeLog b/ChangeLog index aa617de7e..6230f5533 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-02-25 Benjamin Reed + + * libtool.m4 (darwin): Disable hardcoding library paths to + make relinking unnecessary. + 2003-02-24 Robert Boehne * libltdl/configure.ac: Use AC_CONFIG_AUX_DIR([.]) to place diff --git a/libtool.m4 b/libtool.m4 index d4df3a736..345b8c035 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -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' ;;