+2020-08-14 Bruno Haible <bruno@clisp.org>
+
+ mktime, mktime-internal: Assume tzset exists.
+ * lib/mktime.c (my_tzset): Assume HAVE_TZSET is 1.
+ * m4/mktime.m4 (gl_FUNC_MKTIME_WORKS): Don't test for tzset.
+
2020-08-14 Bruno Haible <bruno@clisp.org>
strdup: Assume the function exists.
-# serial 32
+# serial 33
dnl Copyright (C) 2002-2003, 2005-2007, 2009-2020 Free Software Foundation,
dnl Inc.
dnl This file is free software; the Free Software Foundation
dnl in Autoconf and because it invokes AC_LIBOBJ.
AC_CHECK_HEADERS_ONCE([unistd.h])
AC_CHECK_DECLS_ONCE([alarm])
- AC_CHECK_FUNCS_ONCE([tzset])
AC_REQUIRE([gl_MULTIARCH])
AC_CACHE_CHECK([for working mktime], [gl_cv_func_working_mktime],
[if test $APPLE_UNIVERSAL_BUILD = 1; then