emacs-devel
[Top][All Lists]
Advanced

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

Re: build failures in mingw64


From: Angelo Graziosi
Subject: Re: build failures in mingw64
Date: Tue, 11 Jul 2023 01:40:40 +0200 (CEST)

> Il 10/07/2023 19:00 CEST Paul Eggert ha scritto:
> 
>  
> On 2023-07-10 05:28, Eli Zaretskii wrote:
> 
> > AFAIR, Gnulib-generated configure scripts always check for the French
> > locale, for whatever reasons.
> 
> The recent patch should cause that to stop happening for Emacs's 
> configure script.
> > But shouldn't LOCALE_FR_UTF8 be quoted in the below fragment?
> > 
> >        if test $LOCALE_FR_UTF8 != none; then
> >          if test "$cross_compiling" = yes; then :
> 
> Quoting should not be necessary, because at that point LOCALE_FR_UTF8's 
> value is guaranteed to be safe without quoting.
> 
> Come to think of it, that shell script fragment can be optimized away so 
> this issue won't even come up. I installed the attached to do that.

Just for completeness, with the code before all these patch, just running

$ ./configure

causes that message, so on MSYS2 it does not depend on the options of 
configure..



reply via email to

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