* m4/sigaction.m4 (gl_SIGACTION): Move AC_LIBOBJ and
gl_PREREQ_SIGACTION invocations from here...
* modules/sigaction (configure.ac): ... to here.
+2011-05-21 Bruno Haible <bruno@clisp.org>
+
+ sigaction: Move AC_LIBOBJ invocations to module description.
+ * m4/sigaction.m4 (gl_SIGACTION): Move AC_LIBOBJ and
+ gl_PREREQ_SIGACTION invocations from here...
+ * modules/sigaction (configure.ac): ... to here.
+
2011-05-21 Bruno Haible <bruno@clisp.org>
sig2str: Move AC_LIBOBJ invocations to module description.
-# sigaction.m4 serial 5
+# sigaction.m4 serial 6
dnl Copyright (C) 2008-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
else
HAVE_SIGACTION=0
- AC_LIBOBJ([sigaction])
- gl_PREREQ_SIGACTION
fi
])
configure.ac:
gl_SIGACTION
+if test $HAVE_SIGACTION = 0; then
+ AC_LIBOBJ([sigaction])
+ gl_PREREQ_SIGACTION
+fi
gl_SIGNAL_MODULE_INDICATOR([sigaction])
Makefile.am: