]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
typo
authorStepan Kasal <kasal@ucw.cz>
Tue, 19 Apr 2005 06:20:37 +0000 (06:20 +0000)
committerStepan Kasal <kasal@ucw.cz>
Tue, 19 Apr 2005 06:20:37 +0000 (06:20 +0000)
ChangeLog
lib/m4sugar/m4sugar.m4

index 2ddb79e58470462a72f96a3e083ef9bb08c4f90e..fd6bfa5bf1aca3889968b162bbe126c365d6f6c2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-04-19  Stepan Kasal  <kasal@ucw.cz>
+
+       * lib/m4sugar/m4sugar.m4 (m4_bpatsubsts): Add the b- to comment, too.
+
 2005-04-19  Alexandre Duret-Lutz  <adl@gnu.org>
 
        * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Handle --docdir.
index be35011d6947bbbf5dfbdfc30bcc5863bf5db9c5..e621dd8e1a9896e0ba4b00aa834d02cb37b99358 100644 (file)
@@ -410,8 +410,8 @@ m4_map_sep([$1], [$2], m4_cdr($3))])])
 ## 6. Enhanced version of some primitives.  ##
 ## ---------------------------------------- ##
 
-# m4_patsubsts(STRING, RE1, SUBST1, RE2, SUBST2, ...)
-# ---------------------------------------------------
+# m4_bpatsubsts(STRING, RE1, SUBST1, RE2, SUBST2, ...)
+# ----------------------------------------------------
 # m4 equivalent of
 #
 #   $_ = STRING;
@@ -422,7 +422,7 @@ m4_map_sep([$1], [$2], m4_cdr($3))])])
 # All the values are optional, and the macro is robust to active symbols
 # properly quoted.
 #
-# I would have liked to name this macro `m4_patsubst', unfortunately,
+# I would have liked to name this macro `m4_bpatsubst', unfortunately,
 # due to quotation problems, I need to double quote $1 below, therefore
 # the anchors are broken :(  I can't let users be trapped by that.
 m4_define([m4_bpatsubsts],