Blame m4/gettime.m4

Packit Service fdd496
# gettime.m4 serial 8
Packit Service fdd496
dnl Copyright (C) 2002, 2004-2006, 2009-2017 Free Software Foundation, Inc.
Packit Service fdd496
dnl This file is free software; the Free Software Foundation
Packit Service fdd496
dnl gives unlimited permission to copy and/or distribute it,
Packit Service fdd496
dnl with or without modifications, as long as this notice is preserved.
Packit Service fdd496
Packit Service fdd496
AC_DEFUN([gl_GETTIME],
Packit Service fdd496
[
Packit Service fdd496
  dnl Prerequisites of lib/gettime.c.
Packit Service fdd496
  AC_REQUIRE([gl_CLOCK_TIME])
Packit Service fdd496
  AC_REQUIRE([gl_TIMESPEC])
Packit Service fdd496
  AC_CHECK_FUNCS_ONCE([gettimeofday nanotime])
Packit Service fdd496
])