]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Second try at relink warning message.
authorGordon Matzigkeit <gord@trick.fig.org>
Tue, 10 Nov 1998 22:11:09 +0000 (22:11 +0000)
committerGordon Matzigkeit <gord@gnu.org>
Tue, 10 Nov 1998 22:11:09 +0000 (22:11 +0000)
CVS:
CVS:

ltmain.in

index eb7c1acd4690d690229829e7682017c2666aa1c7..006b21469b1edeb9dd80cdd81cbd2d73d4fd4cb2 100644 (file)
--- 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"