]> Savannah Git Hosting - gnulib.git/commitdiff
mktime, mktime-internal: Remove obsolete code.
authorBruno Haible <bruno@clisp.org>
Fri, 14 Aug 2020 19:13:16 +0000 (21:13 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 14 Aug 2020 19:13:16 +0000 (21:13 +0200)
* m4/mktime.m4 (gl_FUNC_MKTIME_WORKS): Don't #undef putenv.

ChangeLog
m4/mktime.m4

index 4b46e9deb7f156e2d6d60d40eb87909ae5e2c93b..23e7442d9e213465ee4911d686f3843d4c2dc1e2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2020-08-14  Bruno Haible  <bruno@clisp.org>
+
+       mktime, mktime-internal: Remove obsolete code.
+       * m4/mktime.m4 (gl_FUNC_MKTIME_WORKS): Don't #undef putenv.
+
 2020-08-14  Bruno Haible  <bruno@clisp.org>
 
        getcwd: Remove obsolete code.
index afc8a8762d88aa8b3eaa362473908e681bdde336..917e759dcbf073f557aa499521fbcdfe8daa88ca 100644 (file)
@@ -1,4 +1,4 @@
-# serial 33
+# serial 34
 dnl Copyright (C) 2002-2003, 2005-2007, 2009-2020 Free Software Foundation,
 dnl Inc.
 dnl This file is free software; the Free Software Foundation
@@ -58,9 +58,6 @@ AC_DEFUN([gl_FUNC_MKTIME_WORKS],
 # define TIME_T_IS_SIGNED 0
 #endif
 
-/* Work around redefinition to rpl_putenv by other config tests.  */
-#undef putenv
-
 static time_t time_t_max;
 static time_t time_t_min;