Hi Paul, > * m4/float_h.m4 (gl_FLOAT_H): For float.h, use gl_NEXT_HEADERS > rather than gl_CHECK_NEXT_HEADERS. > * m4/stdarg.m4 (gl_STDARG_H): Likewise, for stdarg.h. > * m4/stddef_h.m4 (gl_STDDEF_H): Likewise, for stddef.h.
There are some more header files whose existence gnulib has been assuming for years. You could apply the same change for them: <ctype.h> <errno.h> <fcntl.h> - need to adjust lib/flock.c <locale.h> - need to adjust m4/regex.m4, lib/regex_internal.h <signal.h> <stdio.h> <stdlib.h> <string.h> - need to adjust tests/test-argp.c <time.h> Bruno
