Bump to 1.14.1
[platform/upstream/augeas.git] / modules / c-stack
1 Description:
2 Stack overflow handling, causing program exit.
3
4 Files:
5 lib/c-stack.h
6 lib/c-stack.c
7 m4/c-stack.m4
8
9 Depends-on:
10 gettext-h
11 errno
12 exitfail
13 ignore-value
14 unistd
15 raise
16 sigaction
17 libsigsegv
18 getprogname
19
20 configure.ac:
21 gl_C_STACK
22
23 Makefile.am:
24 lib_SOURCES += c-stack.h c-stack.c
25
26 Include:
27 "c-stack.h"
28
29 Link:
30 $(LTLIBCSTACK) when linking with libtool, $(LIBCSTACK) otherwise
31
32 License:
33 GPL
34
35 Maintainer:
36 Paul Eggert