gnulib-tool: Fix trouble caused by Python's bytecode cache.
[gnulib.git] / modules / sig2str
blobcb26add2d08bb54e21061a2bda132115e494e5fe
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 gl_CONDITIONAL([GL_COND_OBJ_SIG2STR], [test $ac_cv_func_sig2str = no])
15 AM_COND_IF([GL_COND_OBJ_SIG2STR], [
16   gl_PREREQ_SIG2STR
19 Makefile.am:
20 if GL_COND_OBJ_SIG2STR
21 lib_SOURCES += sig2str.c
22 endif
24 Include:
25 "sig2str.h"
27 License:
28 GPL
30 Maintainer:
31 Paul Eggert, Jim Meyering