]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
(AT_TESTED, AT_KEYWORDS): Use newline as a separator, not space.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 4 Feb 2005 07:35:55 +0000 (07:35 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 4 Feb 2005 07:35:55 +0000 (07:35 +0000)
(AT_CAPTURE_FILE): Use space-backslash-newline as a separator, not space.

lib/autotest/general.m4

index c061b7840bd1b805b0e35837342481016b235065..70a52b27b40524388dfd5306d3dac5200176cb40 100644 (file)
@@ -1033,7 +1033,8 @@ m4_defun([AT_ARG_OPTION_ARG],[_AT_ARG_OPTION([$1],[$2],1,[$3],[$4])])
 # must correspond to the version of the package.  PATH should be
 # already preset so the proper executable will be selected.
 m4_define([AT_TESTED],
-[m4_append_uniq([AT_tested], [$1], [ ])])
+[m4_append_uniq([AT_tested], [$1], [
+])])
 
 
 # AT_SETUP(DESCRIPTION)
@@ -1078,7 +1079,8 @@ m4_case([$1],
 # ---------------------
 # Declare a list of keywords associated to the current test group.
 m4_define([AT_KEYWORDS],
-[m4_append_uniq([AT_keywords], [$1], [ ])])
+[m4_append_uniq([AT_keywords], [$1], [
+])])
 
 
 # AT_CAPTURE_FILE(FILE)
@@ -1086,7 +1088,8 @@ m4_define([AT_KEYWORDS],
 # If the current test group does not behave as expected, save the contents of
 # FILE in the test suite log.
 m4_define([AT_CAPTURE_FILE],
-[m4_append_uniq([AT_capture_files], ["$1"], [ ])])
+[m4_append_uniq([AT_capture_files], ["$1"], [ \
+])])
 
 
 # AT_CLEANUP