warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / unistr / u8-strspn
blobcbab8ca0ff19c0c84e4a79a7343934bc7d1923f8
1 Description:
2 Search for some characters in UTF-8 string.
4 Files:
5 lib/unistr/u8-strspn.c
6 lib/unistr/u-strspn.h
8 Depends-on:
9 unistr/base
10 unistr/u8-strlen
11 unistr/u8-strmbtouc
12 unistr/u8-cmp
13 unistr/u8-strchr
15 configure.ac:
16 gl_LIBUNISTRING_MODULE([0.9], [unistr/u8-strspn])
18 Makefile.am:
19 if LIBUNISTRING_COMPILE_UNISTR_U8_STRSPN
20 lib_SOURCES += unistr/u8-strspn.c
21 endif
23 Include:
24 "unistr.h"
26 License:
27 LGPLv3+ or GPLv2
29 Maintainer:
30 all