comparison m4/localcharset.m4 @ 5585:adff74659d81

Use an all-permissive copyright notice, recommended by RMS.
author Bruno Haible <bruno@clisp.org>
date Tue, 18 Jan 2005 13:07:56 +0000
parents 7141ea4946af
children f0b048cba3a9
comparison
equal deleted inserted replaced
5584:f43f068c9228 5585:adff74659d81
1 # localcharset.m4 serial 2 1 # localcharset.m4 serial 2
2 dnl Copyright (C) 2002 Free Software Foundation, Inc. 2 dnl Copyright (C) 2002 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_LOCALCHARSET], 7 AC_DEFUN([gl_LOCALCHARSET],
10 [ 8 [
11 dnl Prerequisites of lib/localcharset.c. 9 dnl Prerequisites of lib/localcharset.c.
12 AC_CHECK_HEADERS_ONCE(stddef.h stdlib.h string.h) 10 AC_CHECK_HEADERS_ONCE(stddef.h stdlib.h string.h)