gnulib-tool.py: Regenerate aclocal.m4 before using 'autoconf -t ...'.
[gnulib.git] / modules / pthread-thread
blob7ea324c9e4ea0c84dedbdfd555cabf4316e0ad71
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 gl_CONDITIONAL([GL_COND_OBJ_PTHREAD_THREAD],
15                [test $HAVE_PTHREAD_CREATE = 0 || test $REPLACE_PTHREAD_CREATE = 1])
16 gl_PTHREAD_MODULE_INDICATOR([pthread-thread])
18 Makefile.am:
19 if GL_COND_OBJ_PTHREAD_THREAD
20 lib_SOURCES += pthread-thread.c
21 endif
23 Include:
24 <pthread.h>
26 Link:
27 $(LIBPMULTITHREAD)
29 License:
30 LGPLv2+
32 Maintainer:
33 all