mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-02-17 15:10:02 +08:00
* libltdl/config/ltmain.m4sh (func_mode_link) <-no-install>
[ darwin ]: Treat like `-no-fast-install', as we cannot hardcode. Report by Simon Josefsson.
This commit is contained in:
parent
5d9eaf09a4
commit
51f91963e6
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user