view modules/sigprocmask @ 15166:e657c0244ac1

wctype: Move AC_LIBOBJ invocations to module description. * m4/wctype.m4 (gl_FUNC_WCTYPE): Set HAVE_WCTYPE. Move AC_LIBOBJ invocation from here... * modules/wctype (configure.ac): ... to here. (Depends-on): Update conditions.
author Bruno Haible <bruno@clisp.org>
date Sun, 22 May 2011 18:53:14 +0200
parents 0045e29408f4
children a27be0e3ac06
line wrap: on
line source

Description:
POSIX compatible signal blocking.

Files:
lib/sigprocmask.c
m4/signalblocking.m4

Depends-on:
signal
stdint          [test $HAVE_POSIX_SIGNALBLOCKING = 0]
raise           [test $HAVE_POSIX_SIGNALBLOCKING = 0]

configure.ac:
gl_SIGNALBLOCKING
if test $HAVE_POSIX_SIGNALBLOCKING = 0; then
  AC_LIBOBJ([sigprocmask])
  gl_PREREQ_SIGPROCMASK
fi
gl_SIGNAL_MODULE_INDICATOR([sigprocmask])

Makefile.am:

Include:
<signal.h>

License:
LGPLv2+

Maintainer:
Bruno Haible