* Ralf Wildenhues wrote on Fri, Nov 18, 2005 at 06:13:00PM CET: > > Interix support in Libtool:
Applied missing backport from HEAD to branch-1-5. Cheers, Ralf * ltmain.in (finish mode): Fix a couple of $echo uses. Reported by Thorsten Glaser <[EMAIL PROTECTED]>. Index: ltmain.in =================================================================== RCS file: /cvsroot/libtool/libtool/Attic/ltmain.in,v retrieving revision 1.334.2.95 diff -u -r1.334.2.95 ltmain.in --- ltmain.in 10 Nov 2005 18:33:26 -0000 1.334.2.95 +++ ltmain.in 18 Nov 2005 20:28:23 -0000 @@ -5955,7 +5955,7 @@ # 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 @@ $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 ;;