changeset 3036:801658841169

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Wed, 06 Dec 2000 11:06:43 +0000
parents 4e54db81ebcf
children e6757ccfb526
files m4/ChangeLog
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/m4/ChangeLog	Wed Dec 06 11:06:39 2000 +0000
+++ b/m4/ChangeLog	Wed Dec 06 11:06:43 2000 +0000
@@ -3,6 +3,9 @@
 	* xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the replacement
 	strtoull, we may well need the replacement strtoul, too.
 	Check for declarations of strtoul and strtoull.
+	Check for strtol.  Mainly as a cue to cause automake to include
+	strtol.c -- that file is included by each of strtoul.c and strtoull.c.
+	Check for limits.h -- strtol.c needs it.
 
 2000-12-02  Jim Meyering  <meyering@lucent.com>