> From: Akim Demaille <[EMAIL PROTECTED]>
> Date: 31 May 2001 09:32:23 +0200
> * acgeneral.m4 (_AC_INCLUDES_DEFAULT_REQUIREMENTS): Include
> stdlib.h.
> From Paul Eggert and Lars Hecking.
The change itself looks good as far as it goes, but:
* That ChangeLog entry has a typo, as it should mention stdint.h and
not stdlib.h.
* AT_CHECK_DEFINES in tests/atspecific.m4 mentions INTTYPES; shouldn't
it also mention STDINT?
* acheaders mentions inttypes.h; shouldn't it also mention stdint.h?
(While we're on the subject, I guess there should be a brief comment at the
top of acheaders explaining what the file is for and what uses the file.)