Problem reported by John E. Malmberg in:
https://lists.gnu.org/archive/html/bug-gnulib/2017-09/msg00100.html
* m4/mktime.m4 (TIME_T_IS_SIGNED): Default to 0.
+2017-09-21 Paul Eggert <eggert@cs.ucla.edu>
+
+ mktime: port to OpenVMS
+ Problem reported by John E. Malmberg in:
+ https://lists.gnu.org/archive/html/bug-gnulib/2017-09/msg00100.html
+ * m4/mktime.m4 (TIME_T_IS_SIGNED): Default to 0.
+
2017-09-16 Paul Eggert <eggert@cs.ucla.edu>
manywarnings: port to GCC on 64-bit MS-Windows
-# serial 29
+# serial 30
dnl Copyright (C) 2002-2003, 2005-2007, 2009-2017 Free Software Foundation,
dnl Inc.
dnl This file is free software; the Free Software Foundation
# include <signal.h>
#endif
+#ifndef TIME_T_IS_SIGNED
+# define TIME_T_IS_SIGNED 0
+#endif
+
/* Work around redefinition to rpl_putenv by other config tests. */
#undef putenv