From: Ralf Wildenhues Date: Tue, 28 Dec 2004 12:56:47 +0000 (+0000) Subject: * m4/libtool.m4 (_LT_PROG_ECHO_BACKSLASH): Fix variable X-Git-Tag: release-2-1b~802 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6c9168b66558b64964fd7ada7273f4da9b7399c;p=thirdparty%2Flibtool.git * m4/libtool.m4 (_LT_PROG_ECHO_BACKSLASH): Fix variable quoting; allows lt_ECHO to match --fallback-echo again. --- diff --git a/ChangeLog b/ChangeLog index a2ebf393f..282aae0a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-12-28 Ralf Wildenhues + * m4/libtool.m4 (_LT_PROG_ECHO_BACKSLASH): Fix variable + quoting; allows lt_ECHO to match --fallback-echo again. + * config/ltmain.m4sh (func_extract_archives): Not all shells grok `read -r' (unnecessary in this case). Reported by Ralf Menzel . diff --git a/m4/libtool.m4 b/m4/libtool.m4 index 8a0da3aa6..4affe99ad 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -699,7 +699,7 @@ m4_defun([_LT_PROG_ECHO_BACKSLASH], # 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','`