warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / wcswidth
blobbe9552ad741987754755d77dc77b49c98daad652
1 Description:
2 wcswidth() function: determine number of screen columns needed for a
3 size-bounded wide string.
5 Files:
6 lib/wcswidth.c
7 lib/wcswidth-impl.h
8 m4/wcswidth.m4
10 Depends-on:
11 wchar
12 wcwidth         [test $HAVE_WCSWIDTH = 0 || test $REPLACE_WCSWIDTH = 1]
14 configure.ac:
15 gl_FUNC_WCSWIDTH
16 if test $HAVE_WCSWIDTH = 0 || test $REPLACE_WCSWIDTH = 1; then
17   AC_LIBOBJ([wcswidth])
19 gl_WCHAR_MODULE_INDICATOR([wcswidth])
21 Makefile.am:
23 Include:
24 <wchar.h>
26 License:
27 LGPL
29 Maintainer:
30 all