posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / sleep
blob0c72048aa8cec639ac430a8b858abbccc1ead97c
1 Description:
2 sleep() function: pause execution of the current thread.
4 Files:
5 lib/sleep.c
6 m4/sleep.m4
8 Depends-on:
9 unistd
10 stdint          [test $HAVE_SLEEP = 0 || test $REPLACE_SLEEP = 1]
11 verify          [test $HAVE_SLEEP = 0 || test $REPLACE_SLEEP = 1]
13 configure.ac:
14 gl_FUNC_SLEEP
15 if test $HAVE_SLEEP = 0 || test $REPLACE_SLEEP = 1; then
16   AC_LIBOBJ([sleep])
18 gl_UNISTD_MODULE_INDICATOR([sleep])
20 Makefile.am:
22 Include:
23 <unistd.h>
25 License:
26 LGPLv2+
28 Maintainer:
29 all