Blame m4/nstrftime.m4

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