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

ChangeLog
ltmain.in

index db3faca60be38d21b3cf84bd97a78e1a1180ccef..a13e009255857b0701a49ddd86087eea5a6a0891 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2007-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
+       * ltmain.in (link mode) <-no-install> [ darwin ]: Treat like
+       `-no-fast-install', as we cannot hardcode.
+       Report by Simon Josefsson.
+
        * ltmain.in (execute mode): Do not unset locale variables that
        have not been set previously.  Do not use uninitialized
        $lt_unset.  Report by <deckrider@gmail.com>.
index a350576d562c0a3ae01967883be2d93be9fb132d..282ec148f6ca6e8f65d190227469d0fe53807371 100644 (file)
--- a/ltmain.in
+++ b/ltmain.in
@@ -1691,9 +1691,9 @@ EOF
 
       -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.
          $echo "$modename: warning: \`-no-install' is ignored for $host" 1>&2
          $echo "$modename: warning: assuming \`-no-fast-install' instead" 1>&2
          fast_install=no