[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..
- Re: build failures in mingw64, (continued)
- Re: build failures in mingw64, Angelo Graziosi, 2023/07/09
- Re: build failures in mingw64, Eli Zaretskii, 2023/07/09
- Re: build failures in mingw64, Eli Zaretskii, 2023/07/09
- Re: build failures in mingw64, Paul Eggert, 2023/07/09
- Re: build failures in mingw64, Angelo Graziosi, 2023/07/09
- Re: build failures in mingw64, Eli Zaretskii, 2023/07/10
- Re: build failures in mingw64, Paul Eggert, 2023/07/10
- Re: build failures in mingw64,
Angelo Graziosi <=
Re: build failures in mingw64, Stephen Leake, 2023/07/09