X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2FChangeLog;h=280cafb7cf86a3dcfb1276595cfa316c44363553;hb=8405d026e830402f53f4f8950daf5f25568f93e6;hp=8c5745fe7ec67544fda4b177a9b74ccd3b151f07;hpb=433cd145cb836a1027e32f68ddc6af640b176ec0;p=gnulib.git diff --git a/m4/ChangeLog b/m4/ChangeLog index 8c5745fe7..280cafb7c 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,7 +1,15 @@ -2000-03-24 Jim Meyering +2000-04-02 Paul Eggert - * jm-macros.m4 (jm_MACROS): Invoke `AC_CONFIG_AUX_DIR(.)' to work - around bug that made cvs-automake complain it couldn't find lib/depcomp. + * 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