From: Paul Eggert Date: Fri, 29 Apr 2005 21:16:07 +0000 (+0000) Subject: (AT_KEYWORDS): Separate by space, not newline. X-Git-Tag: AUTOCONF-2.59c~406 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a96d9ad68521fdf281c7fe21c8d0193e63ec8edd;p=thirdparty%2Fautoconf.git (AT_KEYWORDS): Separate by space, not newline. --- diff --git a/lib/autotest/general.m4 b/lib/autotest/general.m4 index b1fcde622..f52dfed34 100644 --- a/lib/autotest/general.m4 +++ b/lib/autotest/general.m4 @@ -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)