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
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
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
>