diff options
author | Jim Meyering <jim@meyering.net> | 2001-09-17 21:43:41 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-09-17 21:43:41 +0000 |
commit | 3aafbfb626d17efcb7d47544fac3ccf76596261a (patch) | |
tree | 41d997d1b1c97bf4c8446d9f13fa8b9ac795048b /m4 | |
parent | 0283d735123e4896ef84a26715a9d20d0f4208bc (diff) | |
download | coreutils-3aafbfb626d17efcb7d47544fac3ccf76596261a.tar.xz |
.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog index 6a695e643..2af79017a 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,12 @@ +2001-09-17 Jim Meyering <meyering@lucent.com> + + * chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4, + * jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4, + * nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4, + * st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4, + * utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED, + whenever the right hand side need not be expanded by the shell. + 2001-09-16 Paul Eggert <eggert@twinsun.com> * fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C |