Re: [PATCH] m4/printf.m4: include when useful

2024-07-01 Thread Arsen Arsenović
Hi Bruno, Bruno Haible writes: > Hi Arsen, > > Thanks for the report. > >> https://bugs.gentoo.org/935126 > > The essential lines in the build.log attachment there seem to be: > > * QA Notice: Found the following implicit function declarations in configure > logs: > * /var/tmp/portage/dev-u

Re: [PATCH] m4/printf.m4: include when useful

2024-07-01 Thread Bruno Haible
Hi Arsen, Thanks for the report. > https://bugs.gentoo.org/935126 The essential lines in the build.log attachment there seem to be: * QA Notice: Found the following implicit function declarations in configure logs: * /var/tmp/portage/dev-util/poke-4.1/work/poke-4.1/config.log:6859 - _exit

[PATCH] m4/printf.m4: include when useful

2024-07-01 Thread Arsen Arsenović
* m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): Add missing include for unistd.h. (gl_PRINTF_DIRECTIVE_N): Likewise. --- Hi, This patch addresses a missing include in configure detected by our testing for implicit function declarations. Tested through poke 4.1. https://bugs.gentoo.org/935126 ChangeL