]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
(m4_text_wrap): Don't m4_quote the second argument to m4_foreach.
authorStepan Kasal <kasal@ucw.cz>
Tue, 17 May 2005 09:49:36 +0000 (09:49 +0000)
committerStepan Kasal <kasal@ucw.cz>
Tue, 17 May 2005 09:49:36 +0000 (09:49 +0000)
ChangeLog
lib/m4sugar/m4sugar.m4

index 3d0f0b9c086b8b9c18b6973ce592224474b2911f..cba70d92e5b90310dfa82a7ba32b2e450eda9370 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-05-17  Stepan Kasal  <kasal@ucw.cz>
+
+       * lib/m4sugar/m4sugar.m4 (m4_text_wrap): Don't m4_quote the second
+         argument to m4_foreach.  I guess it was necessary in the past,
+         but I think it's a no-op now.
+
 2005-05-17  Stepan Kasal  <kasal@ucw.cz>
 
        * lib/autoconf/general.m4 (_AC_INIT_HELP): Merge two consecutive
index 4a84e9f4a8d1b41201577b89bcab904e1b915b2a..a3d74d034e4e3604f024d8b8e4708d15e0fe45d6 100644 (file)
@@ -1555,7 +1555,7 @@ m4_Prefix1[]dnl
 m4_if(m4_eval(m4_Cursor > m4_len(m4_Prefix)),
       1, [m4_define([m4_Cursor], m4_len(m4_Prefix))
 m4_Prefix])[]dnl
-m4_foreach([m4_Word], m4_quote(m4_split(m4_normalize([$1]))),
+m4_foreach([m4_Word], m4_split(m4_normalize([$1])),
 [m4_define([m4_Cursor], m4_eval(m4_Cursor + m4_len(m4_defn([m4_Word])) + 1))dnl
 dnl New line if too long, else insert a space unless it is the first
 dnl of the words.