changeset 21320:4b1a10a4f049

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Sun, 10 Jan 1999 22:51:50 +0000
parents f351c2dc5b30
children 773b8c8f4827
files m4/ChangeLog
diffstat 1 files changed, 18 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/m4/ChangeLog	Sun Jan 10 22:47:01 1999 +0000
+++ b/m4/ChangeLog	Sun Jan 10 22:51:50 1999 +0000
@@ -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.