Haiku fixes for for fseeko, fbufmode, fflush, and fseterr.

2025-04-06 Thread Collin Funk
A bit ago, I noticed that Haiku failed to build to to privatizing of libio.h [1]. Much of this was fixed since Haiku added since they added stdio_ext.h. However, there was still some breakage for fseeko: $ cat ../output.txt fseeko.c: In function 'rpl_fseeko': fseeko.c:111:4: error:

Re: localename question

2025-04-06 Thread Bruno Haible via Gnulib discussion list
Eric Blake wrote: > Why does modules/localename have a Link: line of @INTL_MACOSX_LIBS@ > instead of $(INTL_MACOSX_LIBS)? See . > This fails 'make syntax-check' for > any project using maintainer-makefile and Automake, since tha

localename question

2025-04-06 Thread Eric Blake
Why does modules/localename have a Link: line of @INTL_MACOSX_LIBS@ instead of $(INTL_MACOSX_LIBS)? This fails 'make syntax-check' for any project using maintainer-makefile and Automake, since that check prefers to let automake auto-populate any $(FOO) from its underlying @FOO@. -- Eric Blake, P