freopen-safer: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / sigprocmask
index 49e4fbbafaeb977126de709194259b947071929c..ba12f393b7d8a281210c897c037ae5f448eae4d8 100644 (file)
@@ -7,10 +7,15 @@ m4/signalblocking.m4
 
 Depends-on:
 signal
-stdint
+stdint          [test $HAVE_POSIX_SIGNALBLOCKING = 0]
+raise           [test $HAVE_POSIX_SIGNALBLOCKING = 0]
 
 configure.ac:
 gl_SIGNALBLOCKING
+if test $HAVE_POSIX_SIGNALBLOCKING = 0; then
+  AC_LIBOBJ([sigprocmask])
+  gl_PREREQ_SIGPROCMASK
+fi
 gl_SIGNAL_MODULE_INDICATOR([sigprocmask])
 
 Makefile.am:
@@ -19,7 +24,7 @@ Include:
 <signal.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible