Mercurial > hg > octave-shane > gnulib-hg
comparison m4/strchrnul.m4 @ 5611:87c42e194f4a
Use an all-permissive copyright notice, recommended by RMS.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Sun, 23 Jan 2005 08:06:57 +0000 |
parents | 7779e842b2e1 |
children | a1d177cd9523 |
comparison
equal
deleted
inserted
replaced
5610:8500aafc3d81 | 5611:87c42e194f4a |
---|---|
1 # strchrnul.m4 serial 2 | 1 # strchrnul.m4 serial 3 |
2 dnl Copyright (C) 2003 Free Software Foundation, Inc. | 2 dnl Copyright (C) 2003 Free Software Foundation, Inc. |
3 dnl This file is free software, distributed under the terms of the GNU | 3 dnl This file is free software; the Free Software Foundation |
4 dnl General Public License. As a special exception to the GNU General | 4 dnl gives unlimited permission to copy and/or distribute it, |
5 dnl Public License, this file may be distributed as part of a program | 5 dnl with or without modifications, as long as this notice is preserved. |
6 dnl that contains a configuration script generated by Autoconf, under | |
7 dnl the same distribution terms as the rest of that program. | |
8 | 6 |
9 AC_DEFUN([gl_FUNC_STRCHRNUL], | 7 AC_DEFUN([gl_FUNC_STRCHRNUL], |
10 [ | 8 [ |
11 dnl Persuade glibc <string.h> to declare strchrnul(). | 9 dnl Persuade glibc <string.h> to declare strchrnul(). |
12 AC_REQUIRE([AC_GNU_SOURCE]) | 10 AC_REQUIRE([AC_GNU_SOURCE]) |