diff options
author | Jim Meyering <jim@meyering.net> | 1999-01-10 22:51:50 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-01-10 22:51:50 +0000 |
commit | 003cf7520287cbf957df9aa6da0f4954de44f9e8 (patch) | |
tree | b11c664194d5051071b010fd378c6b7d29c7477b | |
parent | 51f90506bafca78922444a59c54c99f37f4e712e (diff) | |
download | coreutils-003cf7520287cbf957df9aa6da0f4954de44f9e8.tar.xz |
*** empty log message ***
-rw-r--r-- | m4/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog index 96d369932..0326909d8 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,5 +1,23 @@ 1999-01-10 Jim Meyering <meyering@ascend.com> + * fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my + gross kludge. + * inttypes_h.m4: Likewise. + * lstat.m4: Likewise. + * malloc.m4: Likewise. + * readdir.m4: Likewise. + * realloc.m4: Likewise. + * st_dm_mode.m4: Likewise. + * stat.m4: Likewise. + * utimbuf.m4: Likewise. + * utimes.m4: Likewise. + + * check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the + AC_CHECK_FUNCS hack. Now, it's still a hack, but at least the + comments in config.h.in are meaningful. + + * jm-macros.m4: Require autoconf-2.13 here. + * regex.m4: By default, don't use the included regex.c on systems with glibc 2. Suggestion from Uli Drepper. |