(jm_PREREQ_STAT): Remove macro. It is specific to coreutils' stat program.
[gnulib.git] / m4 / getndelim2.m4
1 # getndelim2.m4 serial 3
2 dnl Copyright (C) 2003 Free Software Foundation, Inc.
3 dnl This file is free software, distributed under the terms of the GNU
4 dnl General Public License.  As a special exception to the GNU General
5 dnl Public License, this file may be distributed as part of a program
6 dnl that contains a configuration script generated by Autoconf, under
7 dnl the same distribution terms as the rest of that program.
8
9 AC_DEFUN([gl_GETNDELIM2],
10 [
11   # Avoid multiple inclusions of getndelim2.o into LIBOBJS.
12   # This hack won't be needed after gnulib requires Autoconf 2.58 or later.
13   case " $LIB@&t@OBJS " in
14   *" getndelim2.$ac_objext "* ) ;;
15   *) AC_LIBOBJ(getndelim2);;
16   esac
17
18   gl_PREREQ_GETNDELIM2
19 ])
20
21 # Prerequisites of lib/getndelim2.h and lib/getndelim2.c.
22 AC_DEFUN([gl_PREREQ_GETNDELIM2],
23 [
24   dnl Prerequisites of lib/getndelim2.h.
25   AC_REQUIRE([gt_TYPE_SSIZE_T])
26   dnl No prerequisites of lib/getndelim2.c.
27 ])