NEWS.stable: update
[gnulib.git] / m4 / getndelim2.m4
1 # getndelim2.m4 serial 7
2 dnl Copyright (C) 2003, 2006, 2008-2011 Free Software Foundation, Inc.
3 dnl This file is free software; the Free Software Foundation
4 dnl gives unlimited permission to copy and/or distribute it,
5 dnl with or without modifications, as long as this notice is preserved.
6
7 AC_DEFUN([gl_GETNDELIM2],
8 [
9   AC_LIBOBJ([getndelim2])
10   gl_PREREQ_GETNDELIM2
11   AC_CHECK_FUNCS_ONCE([flockfile])
12   AC_CHECK_FUNCS_ONCE([funlockfile])
13 ])
14
15 # Prerequisites of lib/getndelim2.h and lib/getndelim2.c.
16 AC_DEFUN([gl_PREREQ_GETNDELIM2],
17 [
18   dnl Prerequisites of lib/getndelim2.h.
19   AC_REQUIRE([gt_TYPE_SSIZE_T])
20   dnl No prerequisites of lib/getndelim2.c.
21 ])