X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=inline;f=modules%2Fc-stack;h=83de3f8bad5f0593072b604949c4931a206df09b;hb=4bf2b800b24ba0b0cfd069b8ec7ac173714c734d;hp=36d24b53bd1853d0bf1918cd6f4bdd73599321b9;hpb=740e9a30efda7c5323b31860c249b2d9f778209c;p=gnulib.git diff --git a/modules/c-stack b/modules/c-stack index 36d24b53b..83de3f8ba 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,14 @@ lib/c-stack.c m4/c-stack.m4 Depends-on: -gettext +gettext-h +errno exitfail +ignore-value +unistd +raise +sigaction +libsigsegv configure.ac: gl_C_STACK @@ -18,3 +25,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