2004-12-18 Ralf Wildenhues * m4/libtool.m4 (_LT_PROG_ECHO_BACKSLASH): Fix variable quoting; allows lt_ECHO to match --fallback-echo again. Index: m4/libtool.m4 =================================================================== RCS file: /cvsroot/libtool/libtool/m4/libtool.m4,v retrieving revision 1.125.2.16 diff -u -r1.125.2.16 libtool.m4 --- m4/libtool.m4 13 Dec 2004 16:20:30 -0000 1.125.2.16 +++ m4/libtool.m4 18 Dec 2004 17:58:39 -0000 @@ -692,7 +692,7 @@ # Check that we are running under the correct shell. SHELL=${CONFIG_SHELL-/bin/sh} -case $lt_ECHO in +case X$lt_ECHO in X*--fallback-echo) # Remove one level of quotation (which was required for Make). ECHO=`echo "$lt_ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`