Blame src/gl/m4/nstrftime.m4

Packit Service 991b93
# serial 35
Packit aea12f
Packit Service 991b93
# Copyright (C) 1996-1997, 1999-2007, 2009-2020 Free Software Foundation, Inc.
Packit aea12f
#
Packit aea12f
# This file is free software; the Free Software Foundation
Packit aea12f
# gives unlimited permission to copy and/or distribute it,
Packit aea12f
# with or without modifications, as long as this notice is preserved.
Packit aea12f
Packit aea12f
# Written by Jim Meyering and Paul Eggert.
Packit aea12f
Packit aea12f
AC_DEFUN([gl_FUNC_GNU_STRFTIME],
Packit aea12f
[
Packit Service 991b93
 AC_REQUIRE([AC_C_RESTRICT])
Packit Service 991b93
Packit aea12f
 # This defines (or not) HAVE_TZNAME and HAVE_TM_ZONE.
Packit aea12f
 AC_REQUIRE([AC_STRUCT_TIMEZONE])
Packit aea12f
Packit aea12f
 AC_REQUIRE([gl_TM_GMTOFF])
Packit aea12f
Packit aea12f
 AC_CHECK_FUNCS_ONCE([tzset])
Packit aea12f
Packit aea12f
 AC_DEFINE([my_strftime], [nstrftime],
Packit aea12f
   [Define to the name of the strftime replacement function.])
Packit aea12f
])