]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
(AT_KEYWORDS): Separate by space, not newline.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 29 Apr 2005 21:16:07 +0000 (21:16 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 29 Apr 2005 21:16:07 +0000 (21:16 +0000)
lib/autotest/general.m4

index b1fcde622c8c20e107a98ca51c7a41312963f41d..f52dfed343306c66470f039636d914d11368b5bd 100644 (file)
@@ -1120,8 +1120,7 @@ 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)