warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / pthread_sigmask
blobee1f13560a563e06ed8ef2650a639fa0d10ca17a
1 Description:
2 POSIX compatible signal blocking for threads.
4 Files:
5 lib/pthread_sigmask.c
6 m4/pthread_sigmask.m4
8 Depends-on:
9 signal-h
10 threadlib
11 sigprocmask     [test $HAVE_PTHREAD_SIGMASK = 0 || test $REPLACE_PTHREAD_SIGMASK = 1]
13 configure.ac:
14 gl_FUNC_PTHREAD_SIGMASK
15 if test $HAVE_PTHREAD_SIGMASK = 0 || test $REPLACE_PTHREAD_SIGMASK = 1; then
16   AC_LIBOBJ([pthread_sigmask])
17   gl_PREREQ_PTHREAD_SIGMASK
19 gl_SIGNAL_MODULE_INDICATOR([pthread_sigmask])
21 Makefile.am:
23 Include:
24 <signal.h>
26 Link:
27 $(LIB_PTHREAD_SIGMASK)
29 License:
30 LGPLv2+
32 Maintainer:
33 Paul Eggert, Jim Meyering