warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / towctrans
blob0d02daf114972225d30d4cd561df814fca99b7e3
1 Description:
2 towctrans() function: convert a wide character using a case mapping.
4 Files:
5 lib/towctrans.c
6 lib/towctrans-impl.h
7 m4/towctrans.m4
9 Depends-on:
10 wctype-h
12 configure.ac:
13 gl_FUNC_TOWCTRANS
14 if test $HAVE_TOWCTRANS = 0; then
15   AC_LIBOBJ([towctrans])
17 gl_WCTYPE_MODULE_INDICATOR([towctrans])
19 Makefile.am:
21 Include:
22 <wctype.h>
24 License:
25 LGPL
27 Maintainer:
28 all