bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AC_CHECK_HEADERS from git doesn't add newlines


From: Ozkan Sezer
Subject: Re: AC_CHECK_HEADERS from git doesn't add newlines
Date: Sun, 4 Mar 2018 00:01:07 +0300

On 3/3/18, Paul Eggert <address@hidden> 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]