]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 28 Sep 2002 22:03:31 +0000 (22:03 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 28 Sep 2002 22:03:31 +0000 (22:03 +0000)
m4/ChangeLog

index 53b4e88ec1560c4dc9a756524e86363823323849..d3bef25f88f8b0c92d7024ba008b48100aa4d7d3 100644 (file)
@@ -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.