update nearly all FSF copyright year lists to include 2010
[gnulib.git] / m4 / ctype.m4
1 # ctype_h.m4 serial 2
2 dnl Copyright (C) 2009, 2010 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_CTYPE_H],
8 [
9   AC_REQUIRE([gl_CTYPE_H_DEFAULTS])
10   dnl Execute this unconditionally, because CTYPE_H may be set by other
11   dnl modules, after this code is executed.
12   gl_CHECK_NEXT_HEADERS([ctype.h])
13 ])
14
15 AC_DEFUN([gl_CTYPE_MODULE_INDICATOR],
16 [
17   dnl Use AC_REQUIRE here, so that the default settings are expanded once only.
18   AC_REQUIRE([gl_CTYPE_H_DEFAULTS])
19   GNULIB_[]m4_translit([$1],[abcdefghijklmnopqrstuvwxyz./-],[ABCDEFGHIJKLMNOPQRSTUVWXYZ___])=1
20 ])
21
22 AC_DEFUN([gl_CTYPE_H_DEFAULTS],
23 [
24   GNULIB_ISBLANK=0; AC_SUBST([GNULIB_ISBLANK])
25   dnl Assume proper GNU behavior unless another module says otherwise.
26   HAVE_ISBLANK=1;   AC_SUBST([HAVE_ISBLANK])
27 ])