Remove 2003-10-23 hack.
[gnulib.git] / m4 / getndelim2.m4
1 # getndelim2.m4 serial 5
2 dnl Copyright (C) 2003, 2006 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 ])
12
13 # Prerequisites of lib/getndelim2.h and lib/getndelim2.c.
14 AC_DEFUN([gl_PREREQ_GETNDELIM2],
15 [
16   dnl Prerequisites of lib/getndelim2.h.
17   AC_REQUIRE([gt_TYPE_SSIZE_T])
18   dnl No prerequisites of lib/getndelim2.c.
19 ])