Hi!
[ See also my other reply to Eric. ]
On Mon, 2024-04-01 at 20:29:59 +0200, Bruno Haible wrote:
> Guillem Jover wrote in
> <https://lists.gnu.org/archive/html/bug-autoconf/2024-03/msg0.html>:
> > > While analyzing the recent xz backdoor hook into the build system [A],
Hi!
On Mon, 2024-04-01 at 12:43:02 -0500, Eric Blake wrote:
> Widening the audience to include bug-gnulib, which is the upstream
> source of "# build-to-host.m4 serial 3" which was bypassed by the
> malicious "# build-to-host.m4 serial 30".
>
> On Sun, Mar 31
When configure is called with --disable-nls, the build might fail when
using the gettext context related helper functions, due to undefined
LC_MESSAGES. Declare them when !ENABLE_NLS.
---
lib/gettext.h | 32
1 files changed, 32 insertions(+), 0 deletions(-)
Ano
When disabling NLS support in configure with --disable-nls, the build
might fail when using the gettext context related helper functions,
due to undefined LC_MESSAGES. Declare them when !ENABLE_NLS.
---
lib/gettext.h | 32
1 files changed, 32 insertions(+), 0 de