From: Jim Meyering Date: Fri, 28 Sep 2001 19:37:57 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_16~27 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1f987f7eed44bfe134ffdbb6614e3ba7710610d4;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/m4/ChangeLog b/m4/ChangeLog index 2077a56152..7ab1b44c22 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -4,10 +4,10 @@ #defines strtoimax. Also treat the other strto* functions like strtoimax. - * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): + * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for strtoul and strtoumax, as those declarations are made even in the signed case. - * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): + * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise, for strtol and strtoimax. 2001-09-24 Jim Meyering