maint: update copyright
[gnulib.git] / m4 / getndelim2.m4
1 # getndelim2.m4 serial 8
2 dnl Copyright (C) 2003, 2006, 2008-2014 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   gl_PREREQ_GETNDELIM2
10   AC_CHECK_FUNCS_ONCE([flockfile])
11   AC_CHECK_FUNCS_ONCE([funlockfile])
12 ])
13
14 # Prerequisites of lib/getndelim2.h and lib/getndelim2.c.
15 AC_DEFUN([gl_PREREQ_GETNDELIM2],
16 [
17   dnl Prerequisites of lib/getndelim2.h.
18   AC_REQUIRE([gt_TYPE_SSIZE_T])
19   dnl No prerequisites of lib/getndelim2.c.
20 ])