havelib: Fix for Solaris 11 OpenIndiana and Solaris 11 OmniOS.
[gnulib.git] / modules / dfa
blob303957fa50284fc4ce8335724a84d1ba3ad7efd9
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 c99
13 ctype
14 flexmember
15 intprops
16 locale
17 regex
18 stdbool
19 stddef
20 stdint
21 stdio
22 stdlib
23 string
24 verify
25 wchar
26 wctype-h
27 xalloc
28 xalloc-die
30 configure.ac:
31 AC_REQUIRE([AC_C_INLINE])
33 Makefile.am:
34 lib_SOURCES += dfa.c localeinfo.c
36 Include:
37 "dfa.h"
38 "localeinfo.h"
40 Link:
41 $(LIB_MBRTOWC)
43 License:
44 GPL
46 Maintainer:
47 Jim Meyering, Paul Eggert