From: Ralf Wildenhues Date: Tue, 10 Apr 2007 19:09:26 +0000 (+0000) Subject: * libltdl/config/ltmain.m4sh (func_mode_link) <-no-install> X-Git-Tag: release-2-1b~141 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=51f91963e600423f22d8c4ee01f2bf3a9e7a63bb;p=thirdparty%2Flibtool.git * libltdl/config/ltmain.m4sh (func_mode_link) <-no-install> [ darwin ]: Treat like `-no-fast-install', as we cannot hardcode. Report by Simon Josefsson. --- diff --git a/ChangeLog b/ChangeLog index d81af00c0..e532580f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-04-10 Ralf Wildenhues + + * libltdl/config/ltmain.m4sh (func_mode_link) <-no-install> + [ darwin ]: Treat like `-no-fast-install', as we cannot + hardcode. Report by Simon Josefsson. + 2007-04-03 Ralf Wildenhues * doc/libtool.texi (Link mode) <-no-install>: Mention that this diff --git a/libltdl/config/ltmain.m4sh b/libltdl/config/ltmain.m4sh index 6cd3769bc..caf5788ec 100644 --- a/libltdl/config/ltmain.m4sh +++ b/libltdl/config/ltmain.m4sh @@ -2770,9 +2770,9 @@ func_mode_link () -no-install) case $host in - *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*) + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin*) # The PATH hackery in wrapper scripts is required on Windows - # in order for the loader to find any dlls it needs. + # and Darwin in order for the loader to find any dlls it needs. func_warning "\`-no-install' is ignored for $host" func_warning "assuming \`-no-fast-install' instead" fast_install=no