changeset 2169:ff3b8e0c16fe

.
author Jim Meyering <jim@meyering.net>
date Sat, 22 Jan 2000 14:27:13 +0000
parents 074f42753dff
children 592f131dc887
files m4/ChangeLog
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,14 @@
+2000-01-22  Jim Meyering  <meyering@lucent.com>
+
+	* 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  <meyering@lucent.com>
 
 	* nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.