On 5/21/24 10:10 AM, Paul Eggert wrote:
> Sometimes I wish 'bootstrap' and 'configure' were less chatty.
+1, but I can't think of a way to do so without hiding bugs.
Usually I just redirect it to a file since it is easier to read there.
Collin
On 2024-05-21 09:34, Bruno Haible wrote:
configure.ac:43: warning: AC_REQUIRE: 'gl_CHECK_HEADER_SYS_CDEFS_H' was
expanded before it was required
configure.ac:43:https://www.gnu.org/software/autoconf/manual/autoconf.html#Expanded-Before-Required
Thanks, I had missed that in all the 'bootstrap'
Paul Eggert wrote:
> + * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER):
> + * m4/sched_h.m4 (gl_SCHED_H): Use the new macro
> + gl_CHECK_HEADER_SYS_CDEFS_H instead of checking independently.
> + * m4/sys_cdefs_h.m4: New file.
Running './bootstrap' in diffutils, I see a warning:
autor
Alpineās is a stub that issues a deprecation #warning.
* m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER):
* m4/sched_h.m4 (gl_SCHED_H): Use the new macro
gl_CHECK_HEADER_SYS_CDEFS_H instead of checking independently.
* m4/sys_cdefs_h.m4: New file.
* modules/getopt-posix, modules/sched (Files): Add m4/s