From: Jim Meyering Date: Wed, 6 Dec 2000 11:06:43 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d49f90d69a06c652c97d38f417ffb42e6e48214;p=pspp *** empty log message *** --- diff --git a/m4/ChangeLog b/m4/ChangeLog index dbe0f1e243..b237d9b3ad 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