X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Ffatal-signal.m4;h=ae8b65c5119c8dd54dbd282fa9e9424528459490;hb=23eecb48e39afd0d267d64d40ba6bf97aa865e13;hp=c188b14395887275b381faedd0f1b3981c1f1868;hpb=fa9f85a436cb8239695046be4feb68211fe71af1;p=gnulib.git diff --git a/m4/fatal-signal.m4 b/m4/fatal-signal.m4 index c188b1439..ae8b65c51 100644 --- a/m4/fatal-signal.m4 +++ b/m4/fatal-signal.m4 @@ -1,5 +1,5 @@ -# fatal-signal.m4 serial 4 -dnl Copyright (C) 2003-2004, 2006 Free Software Foundation, Inc. +# fatal-signal.m4 serial 9 +dnl Copyright (C) 2003-2004, 2006, 2008-2013 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -7,7 +7,6 @@ dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FATAL_SIGNAL], [ AC_REQUIRE([gt_TYPE_SIG_ATOMIC_T]) - AC_CHECK_HEADERS_ONCE(unistd.h) - AC_CHECK_FUNCS_ONCE(raise) - AC_CHECK_FUNCS(sigaction) + AC_CHECK_HEADERS_ONCE([unistd.h]) + gl_PREREQ_SIG_HANDLER_H ])