Use an all-permissive copyright notice, recommended by RMS.
[gnulib.git] / m4 / getndelim2.m4
1 # getndelim2.m4 serial 4
2 dnl Copyright (C) 2003 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   # Avoid multiple inclusions of getndelim2.o into LIBOBJS.
10   # This hack won't be needed after gnulib requires Autoconf 2.58 or later.
11   case " $LIB@&t@OBJS " in
12   *" getndelim2.$ac_objext "* ) ;;
13   *) AC_LIBOBJ(getndelim2);;
14   esac
15
16   gl_PREREQ_GETNDELIM2
17 ])
18
19 # Prerequisites of lib/getndelim2.h and lib/getndelim2.c.
20 AC_DEFUN([gl_PREREQ_GETNDELIM2],
21 [
22   dnl Prerequisites of lib/getndelim2.h.
23   AC_REQUIRE([gt_TYPE_SSIZE_T])
24   dnl No prerequisites of lib/getndelim2.c.
25 ])