view modules/sigprocmask @ 15094:0045e29408f4

sigprocmask: Move AC_LIBOBJ invocations to module description. * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Move AC_LIBOBJ and gl_PREREQ_SIGPROMASK invocations from here... * modules/sigprocmask (configure.ac): ... to here.
author Bruno Haible <bruno@clisp.org>
date Sun, 22 May 2011 00:18:29 +0200
parents efab6978105e
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