X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2FChangeLog;h=280cafb7cf86a3dcfb1276595cfa316c44363553;hb=001ac7208ae894cd64c03be8658dc580caeb11ad;hp=df1c810a7a9b92e9f0b74856a9fe8770a4eca662;hpb=1adc496bfb55c51005d5ea922cbbabf2636d9fbf;p=gnulib.git diff --git a/m4/ChangeLog b/m4/ChangeLog index df1c810a7..280cafb7c 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,16 @@ +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.