repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Make better use of Autoconf.
[gnulib.git]
/
modules
/
iswblank
blob
6e9002c8fbeb54d10200384c89861edfb9cb61f6
1
Description:
2
iswblank() function: test wide character for being blank.
3
4
Files:
5
lib/iswblank.c
6
m4/iswblank.m4
7
8
Depends-on:
9
wctype-h
10
extensions
11
12
configure.ac:
13
gl_FUNC_ISWBLANK
14
if test $HAVE_ISWCNTRL = 0 || test $REPLACE_ISWCNTRL = 1; then
15
:
16
else
17
if test $HAVE_ISWBLANK = 0 || test $REPLACE_ISWBLANK = 1; then
18
AC_LIBOBJ([iswblank])
19
fi
20
fi
21
gl_WCTYPE_MODULE_INDICATOR([iswblank])
22
23
Makefile.am:
24
25
Include:
26
<wctype.h>
27
28
License:
29
LGPLv2+
30
31
Maintainer:
32
all