Avoid false-negative in gl_STDINT_H's C99 conformance test.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 28 Apr 2007 18:05:58 +0000 (18:05 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 28 Apr 2007 18:05:58 +0000 (18:05 +0000)
commitf1b890314f08c4ff827fc8ae904dec02be654c65
treedf23a72669e5a5a241e4ba2d499d6fda7739e9fe
parenteb58f35de0a8b08f284d72a88ca831a4c95212ea
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 <stddef.h>.
ChangeLog
m4/stdint.m4