regex: adapt to locking regime instead of depending on pthread
[gnulib.git] / modules / regex
1 Description:
2 Regular expression matching.
3
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
14
15 Depends-on:
16 extensions
17 ssize_t
18 alloca-opt      [test $ac_use_included_regex = yes]
19 btowc           [test $ac_use_included_regex = yes]
20 gettext-h       [test $ac_use_included_regex = yes]
21 malloc-gnu      [test $ac_use_included_regex = yes]
22 memcmp          [test $ac_use_included_regex = yes]
23 memmove         [test $ac_use_included_regex = yes]
24 mbrtowc         [test $ac_use_included_regex = yes]
25 mbsinit         [test $ac_use_included_regex = yes]
26 nl_langinfo     [test $ac_use_included_regex = yes]
27 stdbool         [test $ac_use_included_regex = yes]
28 stdint          [test $ac_use_included_regex = yes]
29 wchar           [test $ac_use_included_regex = yes]
30 wcrtomb         [test $ac_use_included_regex = yes]
31 wctype-h        [test $ac_use_included_regex = yes]
32 wctype          [test $ac_use_included_regex = yes]
33
34 configure.ac:
35 gl_REGEX
36 if test $ac_use_included_regex = yes; then
37   AC_LIBOBJ([regex])
38   gl_PREREQ_REGEX
39 fi
40
41 Makefile.am:
42
43 Include:
44 <regex.h>
45
46 Link:
47 $(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
48
49 License:
50 LGPLv2+
51
52 Maintainer:
53 all