On 3/3/18, Paul Eggert <egg...@cs.ucla.edu> wrote: > Isn't this a bug in th3e nasm configury? There should be a newline in the > SEP argument of m4_map_args_w. >
Doing: AC_DEFUN(PA_ADD_HEADERS, -[m4_map_args_w([$1],[_PA_ADD_HEADER(],[)])]) +[m4_map_args_w([$1],[_PA_ADD_HEADER(],[) +])]) .. cures the issue, yes. I thought it was a bug in autoconf-git, because the issue showed itself only after the commit I referred. I'll report this to nasm bugzilla. Thanks. -- O.S.