summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2020-10-03 12:51:08 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2020-10-03 13:02:40 -0700
commite14729f3c9094731844421bb37c542b05a5b6953 (patch)
tree795417e6b905026bddfe3582853dc7151c183b4c /modules
parentf9e2b20a12a230efa30f1d479563ae07d276a94b (diff)
downloadgnulib-e14729f3c9094731844421bb37c542b05a5b6953.tar.gz
c-stack: streamline Solaris configuration
* lib/c-stack.c: Omit mention of HAVE_SIGALTSTACK, since the code is used only if a test for sigaltstack worked in some other way. * m4/c-stack.m4 (gl_PREREQ_C_STACK): Do not require gl_LIBSIGSEGV; instead, execute gl_LIBSIGSEGV only if needed (because the XSI heuristic does not work). * modules/c-stack (Files): Add m4/libsigsegv.m4, since we no longer require the libsigsegv module. (Depends-on): Depend on havelib, not libsigsegv.
Diffstat (limited to 'modules')
-rw-r--r--modules/c-stack3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/c-stack b/modules/c-stack
index 5ddf6e6f5a..77cf6aab84 100644
--- a/modules/c-stack
+++ b/modules/c-stack
@@ -5,6 +5,7 @@ Files:
lib/c-stack.h
lib/c-stack.c
m4/c-stack.m4
+m4/libsigsegv.m4
Depends-on:
c99
@@ -12,10 +13,10 @@ errno
exitfail
getprogname
gettext-h
+havelib
ignore-value
intprops
inttypes
-libsigsegv
mempcpy
raise
sigaction