Re: stddef-h: Make a configure test work with upcoming GCC 15

2025-04-09 Thread Bruno Haible via Gnulib discussion list
Collin Funk wrote: > $ gnulib-tool --create-testdir --dir testdir1 stddef-h > [...] > configure.ac:168: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call > detected in body > ... > But I have pushed the attached patch to prevent this warning from > causing confusion. Thank you!

Re: stddef-h: Make a configure test work with upcoming GCC 15

2025-04-08 Thread Collin Funk
Bruno Haible via Gnulib discussion list writes: > This patch fixes it. After this patch I noticed some autoconf warnings when running ./bootstrap. Here is a simple way to reproduce: $ gnulib-tool --create-testdir --dir testdir1 stddef-h [...] configure.ac:168: warning: AC_LANG_CONFT