*printf-posix-tests: Strengthen tests.
[gnulib.git] / m4 / settime.m4
blob49c7009152be16cefefea0aadc72719e52543fc3
1 # settime.m4
2 # serial 7
3 dnl Copyright (C) 2002, 2004-2006, 2009-2024 Free Software Foundation, Inc.
4 dnl This file is free software; the Free Software Foundation
5 dnl gives unlimited permission to copy and/or distribute it,
6 dnl with or without modifications, as long as this notice is preserved.
8 AC_DEFUN([gl_SETTIME],
10   dnl Prerequisites of lib/settime.c.
11   AC_REQUIRE([gl_CLOCK_TIME])
12   AC_REQUIRE([gl_TIMESPEC])
13   AC_CHECK_FUNCS_ONCE([settimeofday stime])