X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2FChangeLog;h=8f0a440f36b9e68a8ee7912754bc3f6574d7c796;hb=bfdbfdb2f435609d131a6f60591e531be27bfc0f;hp=a9fd2dfa4a7cf5b0538427173189f63c2795a5bf;hpb=b757c7b8bf2aad196d5249db8ac0291be4575cb5;p=gnulib.git diff --git a/m4/ChangeLog b/m4/ChangeLog index a9fd2dfa4..8f0a440f3 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,5 +1,26 @@ +2000-01-22 Jim Meyering + + * jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils' + configure.in + + * prereq.m4 (jm_PREREQ_ADDEXT): New macro. Parts moved here + from fileutils' configure.in. + + * decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)' code. + Moved tests into their own function (_jm_DECL_HEADERS) in check-decl.m4. + + * check-decl.m4: Use #if rather than #ifdef. + Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL. + (jm_CHECK_DECLARATIONS): Add strtoul strtoull. + (_jm_DECL_HEADERS): Define new function. + (jm_CHECK_DECLARATIONS): Require it. + 2000-01-19 Jim Meyering + * nanosleep.m4 (jm_FUNC_NANOSLEEP): Include , too. + Use AC_HEADER_TIME. Volker Borchert reported that OpenBSD-2.3/sparc + defines `struct timespec' in + * c-bs-a.m4: Remove uses of changequote altogether. Thanks to Akim for explaining.