Eric Blake wrote:
> > At any rate, I'm still working on a patch that makes lib/signal.in.h add
> > the #define for sa_sigaction if HAVE_SIGACTION &&
> > !HAVE_STRUCT_SIGACTION_SA_SIGACTION. I'll post a snapshot for you to try
> > once I get it completed.
>
> Committing this:
Thanks!
One AC_SUBST line is redundant (already done in gl_SIGNAL_H_DEFAULTS). May I
remove it?
*** m4/sigaction.m4.orig 2008-08-17 17:41:39.000000000 +0200
--- m4/sigaction.m4 2008-08-17 17:39:33.000000000 +0200
***************
*** 41,46 ****
[[#include <signal.h>]])
if test $ac_cv_member_struct_sigaction_sa_sigaction = no; then
HAVE_STRUCT_SIGACTION_SA_SIGACTION=0
- AC_SUBST([HAVE_STRUCT_SIGACTION_SA_SIGACTION])
fi
])
--- 41,45 ----