bison-i18n: Add support for mingw builds on Cygwin hosts.
[gnulib.git] / m4 / tzset.m4
blob4d14804e730ecfafd13ee6c047757bab74228bcb
1 # tzset.m4
2 # serial 18
3 dnl Copyright (C) 2003, 2007, 2009-2024 Free Software Foundation, Inc.
4 dnl This file is free software; the Free Software Foundation
5 dnl gives unlimited permission to copy and/or distribute it,
6 dnl with or without modifications, as long as this notice is preserved.
8 # Written by Paul Eggert and Jim Meyering.
10 AC_DEFUN([gl_FUNC_TZSET],
12   AC_REQUIRE([gl_TIME_H_DEFAULTS])
13   AC_REQUIRE([AC_CANONICAL_HOST])
14   case "$host_os" in
15     mingw* | windows*) REPLACE_TZSET=1 ;;
16   esac