X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2FChangeLog;h=4dd333611c1479b4b9d35fd7d43e0655d601f78a;hb=caeffcaecfffc772003c9a9f934734497e08c333;hp=2cb38c7b4aa6877407885e21e6a8f9ff5769b83a;hpb=fb464cc6217ac7e688a4bfbe53ff350116fc5a0a;p=gnulib.git diff --git a/m4/ChangeLog b/m4/ChangeLog index 2cb38c7b4..4dd333611 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,7 +1,26 @@ +2000-12-26 Jim Meyering + + * dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work better + with autoheader. + +2000-12-17 Jim Meyering + + * dos.m4 (jm_AC_DOS): New file and macro. + * jm-macros.m4 (jm_MACROS): Require jm_AC_DOS. + +2000-12-06 Paul Eggert + + * off_t-format.m4: Remove this file. + * jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT. + 2000-12-06 Jim Meyering * 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