From 2c01250f02e447dbbdcab5c935ddb5f6b5f03699 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Tue, 10 Apr 2007 19:10:04 +0000 Subject: [PATCH] * ltmain.in (link mode) <-no-install> [ darwin ]: Treat like `-no-fast-install', as we cannot hardcode. Report by Simon Josefsson. --- ChangeLog | 4 ++++ ltmain.in | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index db3faca60..a13e00925 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2007-04-10 Ralf Wildenhues + * 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 . diff --git a/ltmain.in b/ltmain.in index a350576d5..282ec148f 100644 --- 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 -- 2.47.2