]> Savannah Git Hosting - gnulib.git/commit
stdint: port to Autoconf 2.70
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 12 Dec 2020 01:33:36 +0000 (17:33 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 12 Dec 2020 01:36:25 +0000 (17:36 -0800)
commitc7791709f82eb58bf85912d43356cd5daf0cfc40
treec90371ea5a856e2b75e43c4ca875597bde58e147
parent06131a24b713a22ccfde93627067d8112e0107c7
stdint: port to Autoconf 2.70

* m4/stdint.m4 (gl_STDINT_H): Check for inttypes.h and sys/types.h
instead of assuming that AC_INCLUDES_DEFAULT does it.
The old code relied on AC_INCLUDES_DEFAULT being called
and setting ac_cv_header_inttypes_h and ac_cv_header_sys_types_h,
but this does not occur in Autoconf 2.70.
ChangeLog
m4/stdint.m4