Re: [PATCH] Add quotes in AS_IF test for gid_t
Nick Bowler <[email protected]> Wed, 7 Feb 2024 00:54:38 -0500
| Newsgroups | gmane.comp.sysutils.autoconf.patches |
|---|---|
| Message-ID | <[email protected]> |
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). Cheers, Nick