setlocale: Improve locale handling on macOS 10.12 or newer.
[gnulib.git] / modules / regex
blobb3cdf042b66dcf5fe2083d5d556af7adeaa9b0a2
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/glibc21.m4
13 m4/regex.m4
14 m4/mbstate_t.m4
16 Depends-on:
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 lock      [test "$ac_cv_gnu_library_2_1:$ac_use_included_regex" = no:yes]
25 memcmp          [test $ac_use_included_regex = yes]
26 memmove         [test $ac_use_included_regex = yes]
27 mbrtowc         [test $ac_use_included_regex = yes]
28 mbsinit         [test $ac_use_included_regex = yes]
29 nl_langinfo     [test $ac_use_included_regex = yes]
30 stdbool         [test $ac_use_included_regex = yes]
31 stdint          [test $ac_use_included_regex = yes]
32 wchar           [test $ac_use_included_regex = yes]
33 wcrtomb         [test $ac_use_included_regex = yes]
34 wctype-h        [test $ac_use_included_regex = yes]
35 wctype          [test $ac_use_included_regex = yes]
37 configure.ac:
38 gl_REGEX
39 if test $ac_use_included_regex = yes; then
40   AC_LIBOBJ([regex])
41   gl_PREREQ_REGEX
44 Makefile.am:
46 Include:
47 <regex.h>
49 Link:
50 $(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
52 License:
53 LGPLv2+
55 Maintainer:
56 all