summaryrefslogtreecommitdiff
path: root/m4/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'm4/ChangeLog')
-rw-r--r--m4/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index 53b4e88ec..d3bef25f8 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,5 +1,15 @@
+2002-09-29 Jim Meyering <meyering@lucent.com>
+
+ * gettext.m4 (AM_INTL_SUBDIR): Don't require gt_HEADER_INTTYPES_H.
+ It's not necessary with autoconf-2.54.
+
2002-09-28 Jim Meyering <meyering@lucent.com>
+ * getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
+ and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
+ * jm-macros.m4 (jm_MACROS): Don't set GETGROUPS_LIB here; now it's
+ done via getgroups.m4's wrapper function.
+
* strerror_r.m4: Remove file -- now it's part of autoconf-2.54.
Reported by Akim Demaille.