mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-21 01:01:48 +08:00
Formerly acgeneral.m4.~161~
This commit is contained in:
parent
2a14d6aca8
commit
4d55e3d89c
@ -318,8 +318,8 @@ dnl
|
||||
dnl Quote $1 against the right hand side of a sed substitution.
|
||||
define(AC_QUOTE_SED, [changequote({,})dnl
|
||||
dnl We use \1 instead of \& to avoid an m4 1.0.3 bug.
|
||||
dnl % and @ are commonly used as the sed s separator character.
|
||||
patsubst($1, \([&\\%@]\), \\\1){}dnl
|
||||
dnl % and @ and ! are commonly used as the sed s separator character.
|
||||
patsubst($1, \([&\\%@!]\), \\\1){}dnl
|
||||
changequote([,])])dnl
|
||||
dnl
|
||||
dnl Quote $1 against tokenization.
|
||||
|
@ -318,8 +318,8 @@ dnl
|
||||
dnl Quote $1 against the right hand side of a sed substitution.
|
||||
define(AC_QUOTE_SED, [changequote({,})dnl
|
||||
dnl We use \1 instead of \& to avoid an m4 1.0.3 bug.
|
||||
dnl % and @ are commonly used as the sed s separator character.
|
||||
patsubst($1, \([&\\%@]\), \\\1){}dnl
|
||||
dnl % and @ and ! are commonly used as the sed s separator character.
|
||||
patsubst($1, \([&\\%@!]\), \\\1){}dnl
|
||||
changequote([,])])dnl
|
||||
dnl
|
||||
dnl Quote $1 against tokenization.
|
||||
|
Loading…
Reference in New Issue
Block a user