[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Add quotes in AS_IF test for gid_t
From: |
Nick Bowler |
Subject: |
Re: [PATCH] Add quotes in AS_IF test for gid_t |
Date: |
Wed, 7 Feb 2024 01:04:54 -0500 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.15.0 |
On 2024-02-07 00:54, Nick Bowler wrote:
> On 2024-02-07 00:37, Paul Eggert wrote:
>> On 2024-02-06 20:37, Nick Bowler wrote:
>>> The right place to fix this problem is in Emacs.
>>
>> I don't see this problem in current (bleeding-edge Savannah) Emacs.
>> Sam, which Emacs are you talking about?
>
> The issue is still present on emacs git master as far as I can see.
>
> You have to be (re)generating the configure script with Autoconf 2.72.
> The actual emacs 29.2 release bundle ships with a configure script
> built with Autoconf 2.71, which has a different implementation of
> AC_FUNC_GETGROUPS (one that does not use ac_cv_type_gid_t internally).
^^^^
typo, meant to write AC_TYPE_GETGROUPS
Cheers,
Nick