X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=inline;f=m4%2Fsigpipe.m4;h=fc5d0220638b20fa3d085ef52b2cd5097a65daee;hb=1ecf90d34bc48369746e4c8c8d093a57d175a68c;hp=a6a392192ad9a428b8c6ac97bd8f2d25b5cee123;hpb=321f80d0ad62a3fefe8a66b287e3b4e587e44d69;p=gnulib.git diff --git a/m4/sigpipe.m4 b/m4/sigpipe.m4 index a6a392192..fc5d02206 100644 --- a/m4/sigpipe.m4 +++ b/m4/sigpipe.m4 @@ -1,5 +1,5 @@ -# sigpipe.m4 serial 1 -dnl Copyright (C) 2008 Free Software Foundation, Inc. +# sigpipe.m4 serial 2 +dnl Copyright (C) 2008, 2009, 2010 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. @@ -16,8 +16,8 @@ AC_DEFUN([gl_SIGNAL_SIGPIPE], AC_DEFUN([gl_SIGNAL_SIGPIPE_BODY], [ AC_REQUIRE([AC_PROG_CC]) - AC_CACHE_CHECK([for SIGPIPE], gl_cv_header_signal_h_SIGPIPE, [ - AC_EGREP_CPP(booboo,[ + AC_CACHE_CHECK([for SIGPIPE], [gl_cv_header_signal_h_SIGPIPE], [ + AC_EGREP_CPP([booboo],[ #include #if !defined SIGPIPE booboo