crypto/gc: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / fatal-signal
index e1a0715e33fc5ffc82cc4b7575d791d998fdf677..296fbd301bac1c7276d8c9921311842b0a37014a 100644 (file)
@@ -5,11 +5,15 @@ Files:
 lib/fatal-signal.h
 lib/fatal-signal.c
 m4/fatal-signal.m4
-m4/signalblocking.m4
+m4/sig_atomic_t.m4
 
 Depends-on:
 xalloc
 stdbool
+unistd
+sigaction
+sigprocmask
+raise
 
 configure.ac:
 gl_FATAL_SIGNAL
@@ -20,6 +24,9 @@ lib_SOURCES += fatal-signal.h fatal-signal.c
 Include:
 "fatal-signal.h"
 
+License:
+GPL
+
 Maintainer:
 Bruno Haible