1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-04 07:43:58 +02:00

Back out the 2000-04-02 change.

Instead of that change, simply undefine putenv in the test program.
This commit is contained in:
Jim Meyering
2000-04-05 12:13:59 +00:00
parent 48c6dffe80
commit 7354c6077f
+6 -1
View File
@@ -1,4 +1,4 @@
#serial 12
#serial 13
dnl This macro is intended to be used solely in this file.
dnl These are the prerequisite macros for GNU's strftime.c replacement.
@@ -77,6 +77,11 @@ main ()
time_t t = 738367; /* Fri Jan 9 13:06:07 1970 */
tm = gmtime (&t);
/* Undefine this in case the configure-time putenv test has defined it
to something else. The use we make of this function here doesn't
require the added functionality of the replacement one. */
#undef putenv
/* This is necessary to make strftime give consistent zone strings and
e.g., seconds since the epoch (%s). */
putenv ("TZ=GMT0");