From: Roland McGrath Date: Wed, 8 Dec 1993 17:09:40 +0000 (+0000) Subject: Formerly acgeneral.m4.~161~ X-Git-Tag: fsf-origin~819 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d55e3d89cc37fc5044b2f3bf7c75c6112ad62f3;p=thirdparty%2Fautoconf.git Formerly acgeneral.m4.~161~ --- diff --git a/acgeneral.m4 b/acgeneral.m4 index 8fc5c8e11..679fc5008 100644 --- a/acgeneral.m4 +++ b/acgeneral.m4 @@ -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. diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4 index 8fc5c8e11..679fc5008 100644 --- a/lib/autoconf/general.m4 +++ b/lib/autoconf/general.m4 @@ -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.