summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-12-06 11:06:43 +0000
committerJim Meyering <jim@meyering.net>2000-12-06 11:06:43 +0000
commitd1cca1ee9c5d19273d27e1210cda8dbf468c3ff2 (patch)
treea05100536e988d9cc16bd0413c84e3dbaa327874 /m4
parent0654f3206dcbf763ca6e52aefddca62f1aef8ea8 (diff)
downloadcoreutils-d1cca1ee9c5d19273d27e1210cda8dbf468c3ff2.tar.xz
*** empty log message ***
Diffstat (limited to 'm4')
-rw-r--r--m4/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index dbe0f1e24..b237d9b3a 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -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>