# HG changeset patch # User Jim Meyering # Date 916008710 0 # Node ID 9a7806730661a00ab2e9ddca1beb770ae6c35c06 # Parent 4f570ca4ec8dd6235823ff30ff3ce098d23993fc *** empty log message *** diff --git a/m4/ChangeLog b/m4/ChangeLog --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,5 +1,23 @@ 1999-01-10 Jim Meyering + * 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.