changeset 10234:82d7fa700d94

Require gl_SIGNAL_H_DEFAULTS.
author Bruno Haible <bruno@clisp.org>
date Sun, 22 Jun 2008 21:47:14 +0200
parents 5c92e27f02d2
children a8938b62a368
files ChangeLog m4/sigaction.m4
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Jun 22 21:43:15 2008 +0200
+++ b/ChangeLog	Sun Jun 22 21:47:14 2008 +0200
@@ -1,5 +1,7 @@
 2008-06-22  Bruno Haible  <bruno@clisp.org>
 
+	* m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
+
 	* m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
 	(gl_PREREQ_SIGPROCMASK): Invoke it.
 	* m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
--- a/m4/sigaction.m4	Sun Jun 22 21:43:15 2008 +0200
+++ b/m4/sigaction.m4	Sun Jun 22 21:47:14 2008 +0200
@@ -7,6 +7,7 @@
 # Determine if sigaction interface is present.
 AC_DEFUN([gl_SIGACTION],
 [
+  AC_REQUIRE([gl_SIGNAL_H_DEFAULTS])
   dnl Due to autoconf conventions, we can't tell if HAVE_SIGACTION
   dnl means we have the type or means we have the function.  We assume
   dnl that all implementations either have both or neither.