posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / regex
bloba32c46e1833c58f59981badae413f636a51d06d6
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 attribute       [test $ac_use_included_regex = yes]
20 btowc           [test $ac_use_included_regex = yes]
21 builtin-expect  [test $ac_use_included_regex = yes]
22 dynarray        [test $ac_use_included_regex = yes]
23 intprops        [test $ac_use_included_regex = yes]
24 langinfo        [test $ac_use_included_regex = yes]
25 libc-config     [test $ac_use_included_regex = yes]
26 lock            [test $ac_use_included_regex = yes]
27 memcmp          [test $ac_use_included_regex = yes]
28 memmove         [test $ac_use_included_regex = yes]
29 mbrtowc         [test $ac_use_included_regex = yes]
30 mbsinit         [test $ac_use_included_regex = yes]
31 nl_langinfo     [test $ac_use_included_regex = yes]
32 stdbool         [test $ac_use_included_regex = yes]
33 stdint          [test $ac_use_included_regex = yes]
34 verify          [test $ac_use_included_regex = yes]
35 wchar           [test $ac_use_included_regex = yes]
36 wcrtomb         [test $ac_use_included_regex = yes]
37 wctype-h        [test $ac_use_included_regex = yes]
38 wctype          [test $ac_use_included_regex = yes]
40 configure.ac:
41 gl_REGEX
42 if test $ac_use_included_regex = yes; then
43   AC_LIBOBJ([regex])
44   gl_PREREQ_REGEX
47 Makefile.am:
49 Include:
50 <regex.h>
52 Link:
53 $(LIB_MBRTOWC)
54 $(LIBTHREAD)
55 $(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
57 License:
58 LGPLv2+
60 Maintainer:
61 all