From 92b77ed8bbf615ff2ed7710d9da1aae2e97755e8 Mon Sep 17 00:00:00 2001 From: Peter Rosin Date: Thu, 18 Oct 2012 23:49:21 +0200 Subject: [PATCH] libtool: kill leftover m4 quoting * build-aux/ltmain.in (func_mode_compile): Use literal ] and [. Signed-off-by: Peter Rosin --- build-aux/ltmain.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3