From: Peter Rosin Date: Thu, 18 Oct 2012 21:49:21 +0000 (+0200) Subject: libtool: kill leftover m4 quoting X-Git-Tag: v2.4.2.418~118 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=92b77ed8bbf615ff2ed7710d9da1aae2e97755e8;p=thirdparty%2Flibtool.git libtool: kill leftover m4 quoting * build-aux/ltmain.in (func_mode_compile): Use literal ] and [. Signed-off-by: Peter Rosin --- diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in index b94115d48..660af1cf6 100644 --- a/build-aux/ltmain.in +++ b/build-aux/ltmain.in @@ -1473,7 +1473,7 @@ func_mode_compile () func_quote_for_eval "$libobj" test "X$libobj" != "X$func_quote_for_eval_result" \ - && $ECHO "X$libobj" | $GREP '[@:>@~#^*{};<>?"'"'"' &()|`$@<:@]' \ + && $ECHO "X$libobj" | $GREP '[]~#^*{};<>?"'"'"' &()|`$[]' \ && func_warning "libobj name \`$libobj' may not contain shell special characters." func_dirname_and_basename "$obj" "/" "" objname=$func_basename_result