Re: autoreconf --force seemingly does not forcibly update everything

2024-04-01 Thread Guillem Jover
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],

Re: autoreconf --force seemingly does not forcibly update everything

2024-04-01 Thread Guillem Jover
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

[PATCH] Define gettext msgid context helpers on --disable-nls

2012-01-23 Thread Guillem Jover
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

[PATCH] Define gettext msgid context helpers when NLS is disabled

2011-02-03 Thread Guillem Jover
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