X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fsigpipe.m4;h=b84d56f1171c5768840ee00747ee9a435b65f819;hb=c8bdb920b373aa48a05e9bfd968ac34afcbe1dc0;hp=a6a392192ad9a428b8c6ac97bd8f2d25b5cee123;hpb=321f80d0ad62a3fefe8a66b287e3b4e587e44d69;p=gnulib.git diff --git a/m4/sigpipe.m4 b/m4/sigpipe.m4 index a6a392192..b84d56f11 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-2011 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