From: Ralf Wildenhues Date: Fri, 18 Nov 2005 20:29:07 +0000 (+0000) Subject: * ltmain.in (finish mode): Fix a couple of $echo uses. X-Git-Tag: release-1-5-22~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=634f7183f137ab9fb751a53f2d813f70e5404344;p=thirdparty%2Flibtool.git * ltmain.in (finish mode): Fix a couple of $echo uses. Reported by Thorsten Glaser . --- diff --git a/ChangeLog b/ChangeLog index da8feb46b..423b819ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-11-18 Ralf Wildenhues + + * ltmain.in (finish mode): Fix a couple of $echo uses. + Reported by Thorsten Glaser . + 2005-11-14 Albert Chin * libtool.m4 (_LT_AC_LANG_CXX_CONFIG, AC_LIBTOOL_PROG_LD_SHLIBS) diff --git a/ltmain.in b/ltmain.in index 5b88eb79d..8b0a60274 100644 --- a/ltmain.in +++ b/ltmain.in @@ -5955,7 +5955,7 @@ relink_command=\"$relink_command\"" # Exit here if they wanted silent mode. test "$show" = : && exit $EXIT_SUCCESS - $echo "----------------------------------------------------------------------" + $echo "X----------------------------------------------------------------------" | $Xsed $echo "Libraries have been installed in:" for libdir in $libdirs; do $echo " $libdir" @@ -5988,7 +5988,7 @@ relink_command=\"$relink_command\"" $echo $echo "See any operating system documentation about shared libraries for" $echo "more information, such as the ld(1) and ld.so(8) manual pages." - $echo "----------------------------------------------------------------------" + $echo "X----------------------------------------------------------------------" | $Xsed exit $EXIT_SUCCESS ;;