diff options
author | Jim Meyering <jim@meyering.net> | 2000-04-03 07:32:07 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-04-03 07:32:07 +0000 |
commit | afe1e8e12636337378e33b8347c5fdf3e4243b1d (patch) | |
tree | ee296f2873ec8756b65167a3ccc64efa2f3b9a2a /m4 | |
parent | 5641f6257f674313ad613daab6d8880bd4538861 (diff) | |
download | coreutils-afe1e8e12636337378e33b8347c5fdf3e4243b1d.tar.xz |
*** empty log message ***
Diffstat (limited to 'm4')
-rw-r--r-- | m4/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog index cc607a353..84bd27271 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -17,6 +17,12 @@ before checking struct stat.st_blksize, so that HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly. +2000-03-29 Paul Eggert <eggert@twinsun.com> + + * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime, + since strftime.c uses HAVE_STRFTIME to decide whether to use + the underlying strftime. + 2000-03-10 Jim Meyering <meyering@lucent.com> * lib-check.m4: Look for getspnam in -lgen, too. |