git-merge-changelog: Simplify installation instructions.
[gnulib.git] / modules / strsignal
blob50a9484115db37e02c1d1e2477f24e49fe1f710e
1 Description:
2 strsignal() function: return string describing signal.
4 Files:
5 lib/strsignal.c
6 lib/siglist.h
7 m4/strsignal.m4
9 Depends-on:
10 string
11 extensions
12 gettext-h       [test $HAVE_STRSIGNAL = 0 || test $REPLACE_STRSIGNAL = 1]
13 lock            [test $HAVE_STRSIGNAL = 0 || test $REPLACE_STRSIGNAL = 1]
14 tls             [test $HAVE_STRSIGNAL = 0 || test $REPLACE_STRSIGNAL = 1]
15 snprintf        [test $HAVE_STRSIGNAL = 0 || test $REPLACE_STRSIGNAL = 1]
16 memset          [test $HAVE_STRSIGNAL = 0 || test $REPLACE_STRSIGNAL = 1]
18 configure.ac:
19 gl_FUNC_STRSIGNAL
20 gl_CONDITIONAL([GL_COND_OBJ_STRSIGNAL],
21                [test $HAVE_STRSIGNAL = 0 || test $REPLACE_STRSIGNAL = 1])
22 AM_COND_IF([GL_COND_OBJ_STRSIGNAL], [
23   gl_PREREQ_STRSIGNAL
25 gl_STRING_MODULE_INDICATOR([strsignal])
27 Makefile.am:
28 if GL_COND_OBJ_STRSIGNAL
29 lib_SOURCES += strsignal.c
30 endif
32 Include:
33 <string.h>
35 License:
36 LGPLv2+
38 Maintainer:
39 Colin Watson, glibc