posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / pthread-thread
blobaf6682b8ea02d431116bd1f18dddecb00e01b030
1 Description:
2 Creating and controlling POSIX threads.
4 Files:
5 lib/pthread-thread.c
6 m4/pthread-thread.m4
8 Depends-on:
9 pthread-h
10 windows-thread  [test $gl_threads_api = windows]
12 configure.ac:
13 gl_PTHREAD_THREAD
14 if test $HAVE_PTHREAD_CREATE = 0 || test $REPLACE_PTHREAD_CREATE = 1; then
15   AC_LIBOBJ([pthread-thread])
17 gl_PTHREAD_MODULE_INDICATOR([pthread-thread])
19 Makefile.am:
21 Include:
22 <pthread.h>
24 Link:
25 $(LIBPMULTITHREAD)
27 License:
28 LGPLv2+
30 Maintainer:
31 all