vma-iter: Port to 64-bit Haiku.
[gnulib.git] / modules / sig2str
blobccc26a90f68b8a4fb3e279588d4e086016ea5590
1 Description:
2 Convert between signal names and signal numbers.
4 Files:
5 lib/sig2str.h
6 lib/sig2str.c
7 m4/sig2str.m4
9 Depends-on:
10 intprops
12 configure.ac:
13 gl_FUNC_SIG2STR
14 if test $ac_cv_func_sig2str = no; then
15   AC_LIBOBJ([sig2str])
16   gl_PREREQ_SIG2STR
19 Makefile.am:
21 Include:
22 "sig2str.h"
24 License:
25 GPL
27 Maintainer:
28 Paul Eggert, Jim Meyering