posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / isblank
blobff4831b16ec6866ff196090cd35ecb4abdadd8ee
1 Description:
2 isblank() function: test whether a single-byte character is a blank.
4 Files:
5 lib/isblank.c
6 m4/isblank.m4
8 Depends-on:
9 extensions
10 ctype
12 configure.ac:
13 gl_FUNC_ISBLANK
14 if test $HAVE_ISBLANK = 0; then
15   AC_LIBOBJ([isblank])
17 gl_MODULE_INDICATOR([isblank])
18 gl_CTYPE_MODULE_INDICATOR([isblank])
20 Makefile.am:
22 Include:
23 <ctype.h>
25 License:
26 LGPLv2+
28 Maintainer:
29 all