diff options
author | Jim Meyering <jim@meyering.net> | 1999-08-01 09:32:29 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-08-01 09:32:29 +0000 |
commit | 2ce235df9c7ae22a13f99d705c8a051e01c83455 (patch) | |
tree | 1e31f8a3f268fa336ecb6a1d713f227fa22210a8 /m4 | |
parent | 07432a0f9d04fb7d26d20d0eb34b2cb7859e83df (diff) | |
download | coreutils-2ce235df9c7ae22a13f99d705c8a051e01c83455.tar.xz |
*** empty log message ***
Diffstat (limited to 'm4')
-rw-r--r-- | m4/ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog index 6b11997cd..bff358286 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -26,6 +26,16 @@ (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting, and simplify the shell code. +1999-07-03 Paul Eggert <eggert@twinsun.com> + + * mktime.m4: New file, which is a preview of what should appear + in the next public autoconf release. + [[ This file used to be distributed here, but was removed when + automake test releases started including the latest version. + But now automake no longer includes mktime.m4, and since + autoconf hasn't yet included it, we're back to including the + very same file all over again. -- Jim ]] + 1999-07-20 Jim Meyering <meyering@ascend.com> * jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove. @@ -482,7 +492,7 @@ Add lseek and memchr. * decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g. - T.E.Dickey <dickey@clark.net> said that some older preprocessors + T.E.Dickey <dickey@clark.net> said that some older preprocessors have a 20-character limit on names. 1997-11-30 Jim Meyering <meyering@na-net.ornl.gov> |