From 4d55e3d89cc37fc5044b2f3bf7c75c6112ad62f3 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 8 Dec 1993 17:09:40 +0000 Subject: [PATCH] Formerly acgeneral.m4.~161~ --- acgeneral.m4 | 4 ++-- lib/autoconf/general.m4 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/acgeneral.m4 b/acgeneral.m4 index 8fc5c8e1..679fc500 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 8fc5c8e1..679fc500 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.