emacs-devel
[Top][All Lists]
Advanced

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

Re: build failures in mingw64


From: Paul Eggert
Subject: Re: build failures in mingw64
Date: Mon, 10 Jul 2023 10:00:13 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0

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.

Attachment: 0001-Further-simplify-configure-time-locale-testing.patch
Description: Text Data


reply via email to

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