Blame m4/localtime-buffer.m4

Packit 1ac44c
# localtime-buffer.m4 serial 1
Packit 1ac44c
dnl Copyright (C) 2017-2018 Free Software Foundation, Inc.
Packit 1ac44c
dnl This file is free software; the Free Software Foundation
Packit 1ac44c
dnl gives unlimited permission to copy and/or distribute it,
Packit 1ac44c
dnl with or without modifications, as long as this notice is preserved.
Packit 1ac44c
Packit 1ac44c
AC_DEFUN([gl_LOCALTIME_BUFFER_DEFAULTS],
Packit 1ac44c
[
Packit 1ac44c
  NEED_LOCALTIME_BUFFER=0
Packit 1ac44c
])
Packit 1ac44c
Packit 1ac44c
dnl Macro invoked from other modules, to signal that the compilation of
Packit 1ac44c
dnl module 'localtime-buffer' is needed.
Packit 1ac44c
AC_DEFUN([gl_LOCALTIME_BUFFER_NEEDED],
Packit 1ac44c
[
Packit 1ac44c
  AC_REQUIRE([gl_LOCALTIME_BUFFER_DEFAULTS])
Packit 1ac44c
  AC_REQUIRE([gl_HEADER_TIME_H_DEFAULTS])
Packit 1ac44c
  NEED_LOCALTIME_BUFFER=1
Packit 1ac44c
  REPLACE_GMTIME=1
Packit 1ac44c
  REPLACE_LOCALTIME=1
Packit 1ac44c
])