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