* m4/signalblocking.m4 (gl_SIGNALBLOCKING): Move AC_LIBOBJ and
gl_PREREQ_SIGPROMASK invocations from here...
* modules/sigprocmask (configure.ac): ... to here.
+2011-05-21 Bruno Haible <bruno@clisp.org>
+
+ sigprocmask: Move AC_LIBOBJ invocations to module description.
+ * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Move AC_LIBOBJ and
+ gl_PREREQ_SIGPROMASK invocations from here...
+ * modules/sigprocmask (configure.ac): ... to here.
+
2011-05-21 Bruno Haible <bruno@clisp.org>
sigaction: Move AC_LIBOBJ invocations to module description.
-# signalblocking.m4 serial 10
+# signalblocking.m4 serial 11
dnl Copyright (C) 2001-2002, 2006-2011 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
fi
if test -z "$gl_cv_func_sigprocmask"; then
HAVE_POSIX_SIGNALBLOCKING=0
- AC_LIBOBJ([sigprocmask])
- gl_PREREQ_SIGPROCMASK
fi
])
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: