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
Fix quoting of AC_LANG_PROGRAM arguments.
[gnulib.git]
/
modules
/
wctrans
blob
05db912b2331a6eb6a37849c63991125340ccba5
1
Description:
2
wctrans() function: get descriptor for a wide character case conversion.
3
4
Files:
5
lib/wctrans.c
6
lib/wctrans-impl.h
7
m4/wctrans.m4
8
9
Depends-on:
10
wctype-h
11
12
configure.ac:
13
gl_FUNC_WCTRANS
14
if test $HAVE_WCTRANS = 0; then
15
AC_LIBOBJ([wctrans])
16
fi
17
gl_WCTYPE_MODULE_INDICATOR([wctrans])
18
19
Makefile.am:
20
21
Include:
22
<wctype.h>
23
24
License:
25
LGPL
26
27
Maintainer:
28
all