X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fsigaction.m4;h=790116a04471eab5f76458bc7f458336fa9ca214;hb=48e27cbb6cc9e12006de6edfcafa69aafedadc85;hp=93306b8dcc0d0e501f05d22f8c9b6b3036710238;hpb=339b33cdc15903476d18e517d81f508274ffc012;p=gnulib.git diff --git a/m4/sigaction.m4 b/m4/sigaction.m4 index 93306b8dc..790116a04 100644 --- a/m4/sigaction.m4 +++ b/m4/sigaction.m4 @@ -1,4 +1,4 @@ -# sigaction.m4 serial 2 +# sigaction.m4 serial 3 dnl Copyright (C) 2008 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -30,5 +30,11 @@ AC_DEFUN([gl_PREREQ_SIGACTION], HAVE_SIGINFO_T=0 AC_SUBST([HAVE_SIGINFO_T]) fi - gl_PREREQ_SIG_HANDLER_H +]) + +# Prerequisites of lib/sig-handler.h. +AC_DEFUN([gl_PREREQ_SIG_HANDLER_H], +[ + AC_REQUIRE([AC_C_INLINE]) + : ])