X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=inline;f=m4%2Fwait-process.m4;h=078d094453c2400122e43808e7c436a4a32475d2;hb=e4aa7fe91e3fa0e763e05ca9038c28d970928e4f;hp=f03ad76f0f2dd31f8b6f2ec44dceea83d9077974;hpb=42d1eda5dcce2d68deab7a642e7f29bcd7144a0d;p=gnulib.git diff --git a/m4/wait-process.m4 b/m4/wait-process.m4 index f03ad76f0..078d09445 100644 --- a/m4/wait-process.m4 +++ b/m4/wait-process.m4 @@ -1,5 +1,5 @@ -# wait-process.m4 serial 4 -dnl Copyright (C) 2003, 2008, 2009 Free Software Foundation, Inc. +# wait-process.m4 serial 5 +dnl Copyright (C) 2003, 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. @@ -7,6 +7,7 @@ dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_WAIT_PROCESS], [ dnl Prerequisites of lib/wait-process.c. + AC_REQUIRE([AC_C_INLINE]) AC_REQUIRE([gt_TYPE_SIG_ATOMIC_T]) AC_CHECK_FUNCS([waitid]) ])