Imported Upstream version 3.8
[platform/upstream/diffutils.git] / m4 / tzset.m4
1 # serial 16
2
3 # Copyright (C) 2003, 2007, 2009-2021 Free Software Foundation, Inc.
4 # This file is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # Written by Paul Eggert and Jim Meyering.
9
10 AC_DEFUN([gl_FUNC_TZSET],
11 [
12   AC_REQUIRE([gl_TIME_H_DEFAULTS])
13   AC_REQUIRE([AC_CANONICAL_HOST])
14   REPLACE_TZSET=0
15   case "$host_os" in
16     mingw*) REPLACE_TZSET=1 ;;
17   esac
18 ])