(jm_FUNC_GNU_STRFTIME): Set TZ environment
authorJim Meyering <jim@meyering.net>
Mon, 3 Apr 2000 06:24:20 +0000 (06:24 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 3 Apr 2000 06:24:20 +0000 (06:24 +0000)
commit7b2edcb74314450b75c275afa9dcbc154364276b
tree6dc808b1a257a020df3e4dc48ba4c2553a91524c
parentecd705981eb3f31b6378ac3e636b03dbfc71adec
(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.
m4/strftime.m4