]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/config/ltmain.m4sh (func_mode_link) <-no-install>
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 10 Apr 2007 19:09:26 +0000 (19:09 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 10 Apr 2007 19:09:26 +0000 (19:09 +0000)
[ darwin ]: Treat like `-no-fast-install', as we cannot
hardcode.  Report by Simon Josefsson.

ChangeLog
libltdl/config/ltmain.m4sh

index d81af00c095844e6e9cd419add7316efa0a5987a..e532580f13c244613bcfa55f0a43ed605bbe009f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * 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  <Ralf.Wildenhues@gmx.de>
 
        * doc/libtool.texi (Link mode) <-no-install>: Mention that this
index 6cd3769bc1a692fed807e312df6f0159fe26039d..caf5788ec7f2381486f3c538e9efa313dbb33dd5 100644 (file)
@@ -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