X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fspawn-pipe.m4;h=cdc38412e3d810e446c755ce8d1498bdef63fed5;hb=cd56634a4a8179fd5a4419fbb3e27211b042ab1c;hp=05df5076ebed5fffc4b0b05456be595dfaab7416;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/m4/spawn-pipe.m4 b/m4/spawn-pipe.m4 index 05df5076e..cdc38412e 100644 --- a/m4/spawn-pipe.m4 +++ b/m4/spawn-pipe.m4 @@ -1,5 +1,5 @@ -# spawn-pipe.m4 serial 1 -dnl Copyright (C) 2004, 2008-2011 Free Software Foundation, Inc. +# spawn-pipe.m4 serial 2 +dnl Copyright (C) 2004, 2008-2014 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,6 +7,5 @@ dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_SPAWN_PIPE], [ dnl Prerequisites of lib/spawn-pipe.c. - AC_REQUIRE([AC_C_INLINE]) AC_REQUIRE([AC_TYPE_MODE_T]) ])