X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fspawn-pipe.m4;h=d2729358d93abbc3ab43898fe6bfa632a4b8ae5a;hb=da8054d48dc22e1c051db54049e005d51a006e69;hp=564132a9cbde3d083f2d8bddb291417c494aa72d;hpb=1602f0afed21be664fcf5c42d59db07cc22c56d6;p=gnulib.git diff --git a/m4/spawn-pipe.m4 b/m4/spawn-pipe.m4 index 564132a9c..d2729358d 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-2012 Free Software Foundation, Inc. +# spawn-pipe.m4 serial 2 +dnl Copyright (C) 2004, 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,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]) ])