X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2FChangeLog;h=280cafb7cf86a3dcfb1276595cfa316c44363553;hb=001ac7208ae894cd64c03be8658dc580caeb11ad;hp=08e4bd83d4de18ba81c6bc558c9062936cc5db96;hpb=6c3a19d096c5b51cb1c4f39bb4f98097115f558f;p=gnulib.git diff --git a/m4/ChangeLog b/m4/ChangeLog index 08e4bd83d..280cafb7c 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,36 @@ +2000-04-02 Paul Eggert + + * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment + variable in the shell rather than using putenv, which isn't + portable. This avoids the configure-time inter-test dependency + on the potentially-renamed putenv function. + +2000-03-30 Paul Eggert + + * jm-macros.m4 (jm_CHECK_ALL_TYPES): Include + before checking struct stat.st_blksize, so that + HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly. + +2000-03-10 Jim Meyering + + * lib-check.m4: Look for getspnam in -lgen, too. + From Marco Franzen. + +2000-02-02 Bruno Haible + + * codeset.m4: New file. + * iconv.m4: New file. + * jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV. + +2000-03-04 Jim Meyering + + * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE, + for lib/localcharset.c. + +2000-03-03 Jim Meyering + + * regex.m4: Make sure re_compile_pattern accepts patterns like `{1'. + 2000-03-02 Jim Meyering * timespec.m4: Require AC_HEADER_TIME before the cache check so