From: Gordon Matzigkeit Date: Tue, 10 Nov 1998 22:11:09 +0000 (+0000) Subject: Second try at relink warning message. X-Git-Tag: start~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c8bd8bf2486b5e50077d1ae989d819531d4ff67;p=thirdparty%2Flibtool.git Second try at relink warning message. CVS: CVS: --- diff --git a/ltmain.in b/ltmain.in index eb7c1acd4..006b21469 100644 --- a/ltmain.in +++ b/ltmain.in @@ -1743,8 +1743,8 @@ dld_preloaded_symbols[] = if test "$hardcode_action" = relink; then # AGH! Flame the AIX and HP-UX people for me, will ya? - $echo "$modename: warning: linking against uninstalled shared libraries is not properly supported" 1>&2 - $echo "$modename: libtool will relink \`$output' during installation" 1>&2 + $echo "$modename: warning: this platform doesn\'t like uninstalled shared libraries" 1>&2 + $echo "$modename: \`$output' will be relinked during installation" 1>&2 fi $show "$compile_command"