(AT_KEYWORDS): Separate by space, not newline.

This commit is contained in:
Paul Eggert 2005-04-29 21:16:07 +00:00
parent fd5a3dc3d0
commit a96d9ad685

View 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)