From 634f7183f137ab9fb751a53f2d813f70e5404344 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Fri, 18 Nov 2005 20:29:07 +0000 Subject: [PATCH] * ltmain.in (finish mode): Fix a couple of $echo uses. Reported by Thorsten Glaser . --- ChangeLog | 5 +++++ ltmain.in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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 ;; -- 2.47.3