diff options
author | Jim Meyering <jim@meyering.net> | 2000-04-03 06:24:31 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-04-03 06:24:31 +0000 |
commit | 3feb52cde7558ef481861169578e70395d600e79 (patch) | |
tree | ab35df97867d227bfc751abf8a23c87b2112c5e0 /m4 | |
parent | 096f314e1d6523ccd56ecf5d9897943e3f695433 (diff) | |
download | coreutils-3feb52cde7558ef481861169578e70395d600e79.tar.xz |
*** empty log message ***
Diffstat (limited to 'm4')
-rw-r--r-- | m4/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog index df0515e19..280cafb7c 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,10 @@ +2000-04-02 Paul Eggert <eggert@twinsun.com> + + * 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 <eggert@twinsun.com> * jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h> |