havelib: Fix for Solaris 11 OpenIndiana and Solaris 11 OmniOS.
[gnulib.git] / modules / regex
blob570b0bd55307bbb32aef5e1c305de2167822c12f
1 Description:
2 Regular expression matching.
4 Files:
5 lib/regex.h
6 lib/regex.c
7 lib/regex_internal.c
8 lib/regex_internal.h
9 lib/regexec.c
10 lib/regcomp.c
11 m4/eealloc.m4
12 m4/regex.m4
13 m4/mbstate_t.m4
15 Depends-on:
16 c99
17 extensions
18 ssize_t
19 alloca-opt      [test $ac_use_included_regex = yes]
20 btowc           [test $ac_use_included_regex = yes]
21 builtin-expect  [test $ac_use_included_regex = yes]
22 intprops        [test $ac_use_included_regex = yes]
23 langinfo        [test $ac_use_included_regex = yes]
24 libc-config     [test $ac_use_included_regex = yes]
25 lock            [test $ac_use_included_regex = yes]
26 memcmp          [test $ac_use_included_regex = yes]
27 memmove         [test $ac_use_included_regex = yes]
28 mbrtowc         [test $ac_use_included_regex = yes]
29 mbsinit         [test $ac_use_included_regex = yes]
30 nl_langinfo     [test $ac_use_included_regex = yes]
31 stdbool         [test $ac_use_included_regex = yes]
32 stdint          [test $ac_use_included_regex = yes]
33 verify          [test $ac_use_included_regex = yes]
34 wchar           [test $ac_use_included_regex = yes]
35 wcrtomb         [test $ac_use_included_regex = yes]
36 wctype-h        [test $ac_use_included_regex = yes]
37 wctype          [test $ac_use_included_regex = yes]
39 configure.ac:
40 gl_REGEX
41 if test $ac_use_included_regex = yes; then
42   AC_LIBOBJ([regex])
43   gl_PREREQ_REGEX
46 Makefile.am:
48 Include:
49 <regex.h>
51 Link:
52 $(LIB_MBRTOWC)
53 $(LIBTHREAD)
54 $(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
56 License:
57 LGPLv2+
59 Maintainer:
60 all