X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fc-stack;h=6a589c3145c65607c8a6a97eab77def32dea6863;hb=a01c968e6d045385bb27857eacc9100c4bb829a9;hp=36d24b53bd1853d0bf1918cd6f4bdd73599321b9;hpb=740e9a30efda7c5323b31860c249b2d9f778209c;p=gnulib.git diff --git a/modules/c-stack b/modules/c-stack index 36d24b53b..6a589c314 100644 --- a/modules/c-stack +++ b/modules/c-stack @@ -1,4 +1,5 @@ Description: +Stack overflow handling, causing program exit. Files: lib/c-stack.h @@ -6,8 +7,12 @@ lib/c-stack.c m4/c-stack.m4 Depends-on: -gettext +gettext-h exitfail +unistd +raise +sigaction +libsigsegv configure.ac: gl_C_STACK @@ -18,3 +23,11 @@ lib_SOURCES += c-stack.h c-stack.c Include: "c-stack.h" +Link: +$(LTLIBCSTACK) when linking with libtool, $(LIBCSTACK) otherwise + +License: +GPL + +Maintainer: +Paul Eggert