1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 10:51:48 +02:00
Files
coreutils/m4/settime.m4

17 lines
502 B
Plaintext
Raw Normal View History

# settime.m4 serial 4
dnl Copyright (C) 2002, 2004, 2005 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
2003-08-17 17:58:01 +00:00
AC_DEFUN([gl_SETTIME],
[
AC_LIBSOURCES([settime.c])
AC_LIBOBJ([settime])
2003-08-17 17:58:01 +00:00
dnl Prerequisites of lib/settime.c.
AC_REQUIRE([gl_CLOCK_TIME])
2004-08-05 23:01:03 +00:00
AC_REQUIRE([gl_TIMESPEC])
AC_CHECK_FUNCS_ONCE(settimeofday stime)
2003-08-17 17:58:01 +00:00
])