verify: new macro 'assume'
[gnulib.git] / modules / raise
1 Description:
2 Send a signal to the executing process.
3
4 Files:
5 lib/raise.c
6 m4/raise.m4
7
8 Depends-on:
9 signal-h
10 msvc-inval      [test $HAVE_RAISE = 0 || test $REPLACE_RAISE = 1]
11
12 configure.ac:
13 gl_FUNC_RAISE
14 if test $HAVE_RAISE = 0 || test $REPLACE_RAISE = 1; then
15   AC_LIBOBJ([raise])
16   gl_PREREQ_RAISE
17 fi
18 gl_SIGNAL_MODULE_INDICATOR([raise])
19
20 Makefile.am:
21
22 Include:
23 <signal.h>
24
25 License:
26 LGPLv2+
27
28 Maintainer:
29 Jim Meyering, Bruno Haible
30