stdbit: fix dependency
[gnulib.git] / modules / dfa
blobb41eaca8dd7395e9cf21d170aa5ef3ec86b04d6d
1 Description:
2 DFA matcher that was initially used by GNU grep, gawk and diffutils
4 Files:
5 lib/dfa.c
6 lib/dfa.h
7 lib/localeinfo.c
8 lib/localeinfo.h
10 Depends-on:
11 assert
12 c32isprint
13 c32isspace
14 c32rtomb
15 c32tob
16 c32tolower
17 c32toupper
18 c99
19 ctype
20 flexmember
21 idx
22 locale
23 mbrtoc32-regular
24 mbszero
25 regex
26 stdbool
27 stddef
28 stdint
29 stdio
30 stdlib
31 string
32 uchar
33 # The lonesome_lower array requires ISO C 23 semantics for char32_t.
34 # But uchar-c23 has a global effect, therefore leave it to each package
35 # to enable it.
36 #uchar-c23
37 verify
38 wchar
39 xalloc
40 xalloc-die
42 configure.ac:
43 AC_REQUIRE([AC_C_INLINE])
45 Makefile.am:
46 lib_SOURCES += dfa.c localeinfo.c
48 Include:
49 "dfa.h"
50 "localeinfo.h"
52 Link:
53 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
54 $(MBRTOWC_LIB)
55 $(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
57 License:
58 GPL
60 Maintainer:
61 Jim Meyering, Paul Eggert