posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / thrd
blob388e0ea33b8f00e5a86d72788360bbb91cb78fd5
1 Description:
2 ISO C 11 thread functions.
4 Files:
5 lib/thrd.c
6 m4/thrd.m4
8 Depends-on:
9 threads-h
10 windows-thread
11 nanosleep
13 configure.ac:
14 AC_REQUIRE([gl_THREADS_H])
15 gl_FUNC_THRD_JOIN
16 if test $HAVE_THREADS_H = 0 || test $REPLACE_THRD_CREATE = 1 || test $REPLACE_THRD_JOIN = 1; then
17   AC_LIBOBJ([thrd])
19 gl_THREADS_MODULE_INDICATOR([thrd])
21 Makefile.am:
23 Include:
24 <threads.h>
26 Link:
27 $(LIBSTDTHREAD)
29 License:
30 LGPLv2+
32 Maintainer:
33 all