diff options
| author | Jim Meyering <jim@meyering.net> | 2002-09-28 22:03:31 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 2002-09-28 22:03:31 +0000 |
| commit | d7098ccf982a49af8c290886d5f7a899a81f2b75 (patch) | |
| tree | 393ffdb33aaab2330996cf638acb41bdb45e2e8f /m4 | |
| parent | (AM_INTL_SUBDIR): Don't require gt_HEADER_INTTYPES_H. (diff) | |
| download | coreutils-d7098ccf982a49af8c290886d5f7a899a81f2b75.tar.gz coreutils-d7098ccf982a49af8c290886d5f7a899a81f2b75.zip | |
*** empty log message ***
Diffstat (limited to 'm4')
| -rw-r--r-- | m4/ChangeLog | 10 |
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. |
