Blame m4/localtime-buffer.m4

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