posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / pthread-cond
blobe5c62fe188cdc914a1da7554b68a346b55f065c1
1 Description:
2 POSIX condition variables.
4 Files:
5 lib/pthread-cond.c
6 m4/pthread-cond.m4
8 Depends-on:
9 pthread-h
10 windows-cond    [test $gl_threads_api = windows]
11 pthread-mutex   [test $gl_threads_api = windows]
13 configure.ac:
14 gl_PTHREAD_COND
15 if test $HAVE_PTHREAD_COND_INIT = 0 || test $REPLACE_PTHREAD_COND_INIT = 1; then
16   AC_LIBOBJ([pthread-cond])
18 gl_PTHREAD_MODULE_INDICATOR([pthread-cond])
20 Makefile.am:
22 Include:
23 <pthread.h>
25 Link:
26 $(LIBPMULTITHREAD)
28 License:
29 LGPLv2+
31 Maintainer:
32 all