emacs-devel
[Top][All Lists]
Advanced

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

Re: [RFC] Correctly handling MinGW-w64


From: Óscar Fuentes
Subject: Re: [RFC] Correctly handling MinGW-w64
Date: Mon, 17 Nov 2014 16:42:37 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Paul Eggert <address@hidden> writes:

> Óscar Fuentes wrote:
>> I thought that this type of tasks are the raison d'être of `configure'.
>
> No, the point of 'configure' is to do things that ordinary C and
> 'make' cannot. Here, we have something that ordinary C can do, so
> 'configure' isn't needed.

Ok.

>> Doing that is a kludge.
>
> Perhaps, but doing it in 'configure' is a worse kludge.  The stuff in
> 'conf_post.h' is, by design, included everywhere, and it's the logical
> place to put global things that don't need 'configure''s help.

After looking at it, seems that 'conf_post.h' can do the job. But
instead of placing the #define on some header that 'conf_post.h'
includes, I'll like to put it in 'conf_post.h' itself. There are similar
chunks of code there, so I guess that there is no problem.

> More generally, it would be better yet
[snip]

Indeed.




reply via email to

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