Re: gl_STDINT_H: avoid false-negative in C99 conformance test

2007-04-28 Thread Paul Eggert
Jim Meyering <[EMAIL PROTECTED]> writes: > 2007-04-28 Jim Meyering <[EMAIL PROTECTED]> > > Avoid false-negative in gl_STDINT_H's C99 conformance test. > * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms > to C99, include all of gl_STDINT_INCLUDES, not just .

gl_STDINT_H: avoid false-negative in C99 conformance test

2007-04-28 Thread Jim Meyering
I was surprised to see gl_cv_header_working_stdint_h=no in config.cache when building coreutils on a rawhide-based system. That check for stdint.h conformance to C99 was failing due to e.g., sig_atomic_t not being defined. Here's a fix: 2007-04-28 Jim Meyering <[EMAIL PROTECTED]> Avoi