From 2b9f3fcf58ead8ea0c7dc8f7ad64ac3698bd7b8c Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 5 Apr 2000 12:13:59 +0000 Subject: [PATCH] Back out the 2000-04-02 change. Instead of that change, simply undefine putenv in the test program. --- m4/strftime.m4 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/m4/strftime.m4 b/m4/strftime.m4 index ad12ddb11..732eaccf3 100644 --- a/m4/strftime.m4 +++ b/m4/strftime.m4 @@ -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"); -- 2.11.0