Fix unwanted globbing of sed script
commiteea5092d161a8a58a1165a466581b9524a99b7c0
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 18 Feb 2022 23:03:00 +0000 (18 15:03 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 18 Feb 2022 23:42:31 +0000 (18 15:42 -0800)
tree2205f3f02dab804c7a3a0c7e993b36ff9a949b86
parentcbec82b65f6fb8f0092c908abaa05bd9aa300571
Fix unwanted globbing of sed script

Problem reported by mirabilos via Eric Blake in:
https://www.austingroupbugs.net/view.php?id=1558
https://lists.gnu.org/r/bug-autoconf/2022-02/msg00003.html
* lib/m4sugar/m4sh.m4 (_AS_TR_SH_PREPARE):
Define as_sed_sh as the sed script.  All uses of as_tr_sh changed.
Define as_tr_sh as before, but only for compatibility with scripts
that mistakenly use as_tr_sh directly.
(AS_TR_CPP_PREPARE): Likewise for as_sed_cpp and as_tr_cpp.
lib/m4sugar/m4sh.m4