]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Formerly acgeneral.m4.~161~
authorRoland McGrath <roland@gnu.org>
Wed, 8 Dec 1993 17:09:40 +0000 (17:09 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 8 Dec 1993 17:09:40 +0000 (17:09 +0000)
acgeneral.m4
lib/autoconf/general.m4

index 8fc5c8e116da3824190228075bcc1ba80ab0f067..679fc5008c5f46b9eb7eea0330f0a226ff45273b 100644 (file)
@@ -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.
index 8fc5c8e116da3824190228075bcc1ba80ab0f067..679fc5008c5f46b9eb7eea0330f0a226ff45273b 100644 (file)
@@ -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.