X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Ffatal-signal.m4;h=e8b9bf93fc9d139184573769f32f5db8b2defa48;hb=f7b182c11bce2ba412f47a764dd7555a488dbfb1;hp=c188b14395887275b381faedd0f1b3981c1f1868;hpb=fa9f85a436cb8239695046be4feb68211fe71af1;p=gnulib.git diff --git a/m4/fatal-signal.m4 b/m4/fatal-signal.m4 index c188b1439..e8b9bf93f 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 7 +dnl Copyright (C) 2003-2004, 2006, 2008, 2009 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 ])