summaryrefslogtreecommitdiff
path: root/m4/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-01-10 22:51:50 +0000
committerJim Meyering <jim@meyering.net>1999-01-10 22:51:50 +0000
commit003cf7520287cbf957df9aa6da0f4954de44f9e8 (patch)
treeb11c664194d5051071b010fd378c6b7d29c7477b /m4/ChangeLog
parent51f90506bafca78922444a59c54c99f37f4e712e (diff)
downloadcoreutils-003cf7520287cbf957df9aa6da0f4954de44f9e8.tar.xz
*** empty log message ***
Diffstat (limited to 'm4/ChangeLog')
-rw-r--r--m4/ChangeLog18
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.