Re: gnulib-i18n: New module

2025-03-05 Thread Simon Josefsson via Gnulib discussion list
Bruno Haible via Gnulib discussion list writes: > This patch adds a module that defines GNULIB_LOCALEDIR. > So that a user can e.g. configure with options > --prefix=$HOME --with-gnulib-prefix=/usr I'm finally testing this, now that gnulib-l10n is in Debian and libidn2 is coming closer to a re

bootstrap and en@boldquot

2025-03-05 Thread Simon Josefsson via Gnulib discussion list
Bruno, Quoting https://www.gnu.org/software/gettext/manual/gettext.html#po_002fLINGUAS It is recommended that you add the "languages" ‘en@quot’ and ‘en@boldquot’ to the LINGUAS file. Is that still true? The way gnulib's bootstrap construct the LINGUAS file doesn't result in them being inclu

Re: getaddrinfo: Fix AI_NUMERICSERV configure check on GCC 14 (regr. 2025-02-12).

2025-03-05 Thread Bruno Haible via Gnulib discussion list
Collin Funk wrote: > On GNU/Linux with GCC 14.2, I noticed the following: > > $ gnulib-tool --create-testdir --dir testdir1 getaddrinfo > $ cd testdir1 > $ ./configure > [...] > checking for getaddrinfo... yes > checking whether getaddrinfo supports AI_NUMERICSERV... no >