verify: new macro 'assume'
[gnulib.git] / modules / sig2str
1 Description:
2 Convert between signal names and signal numbers.
3
4 Files:
5 lib/sig2str.h
6 lib/sig2str.c
7 m4/sig2str.m4
8
9 Depends-on:
10 intprops
11
12 configure.ac:
13 gl_FUNC_SIG2STR
14 if test $ac_cv_func_sig2str = no; then
15   AC_LIBOBJ([sig2str])
16   gl_PREREQ_SIG2STR
17 fi
18
19 Makefile.am:
20
21 Include:
22 "sig2str.h"
23
24 License:
25 GPL
26
27 Maintainer:
28 Paul Eggert, Jim Meyering