* MODULES.html.sh: New module wctype.
[gnulib.git] / modules / wctype
1 Description:
2 A <wctype.h> that conforms better to C99.
3
4 Files:
5 lib/wctype_.h
6 m4/wctype.m4
7
8 Depends-on:
9
10 configure.ac:
11 gl_WCTYPE_H
12
13 Makefile.am:
14 BUILT_SOURCES += $(WCTYPE_H)
15
16 # We need the following in order to create <wctype.h> when the system
17 # doesn't have one that works with the given compiler.
18 wctype.h: wctype_.h
19         rm -f $@-t $@
20         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
21           sed -e 's/@''HAVE_WCTYPE_H''@/$(HAVE_WCTYPE_H)/g' \
22               -e 's|@''ABSOLUTE_WCTYPE_H''@|$(ABSOLUTE_WCTYPE_H)|g' \
23               -e 's/@''HAVE_WCTYPE_CTMP_BUG''@/$(HAVE_WCTYPE_CTMP_BUG)/g' \
24               < $(srcdir)/wctype_.h; \
25         } > $@-t
26         mv $@-t $@
27 MOSTLYCLEANFILES += wctype.h wctype.h-t
28
29 Include:
30 #include <wctype.h>
31
32 License:
33 LGPL
34
35 Maintainer:
36 all