sigsegv-tests: port to GCC 14
[gnulib.git] / modules / regex
blob1fa07229634222feb992b872d1cdd44aa3fa8a8c
1 Description:
2 Regular expression matching.
3 This matches the current GNU C Library, so its interface differs from
4 the standalone GNU regex library which has long been decommissioned in
5 favor of the GNU C Library interface.
7 Files:
8 lib/regex.h
9 lib/regex.c
10 lib/regex_internal.c
11 lib/regex_internal.h
12 lib/regexec.c
13 lib/regcomp.c
14 m4/eealloc.m4
15 m4/regex.m4
16 m4/mbstate_t.m4
18 Depends-on:
19 c99
20 extensions
21 ssize_t
22 vararrays
23 attribute               [test $ac_use_included_regex = yes]
24 btowc                   [test $ac_use_included_regex = yes]
25 builtin-expect          [test $ac_use_included_regex = yes]
26 glibc-internal/dynarray [test $ac_use_included_regex = yes]
27 intprops                [test $ac_use_included_regex = yes]
28 iswctype                [test $ac_use_included_regex = yes]
29 langinfo                [test $ac_use_included_regex = yes]
30 libc-config             [test $ac_use_included_regex = yes]
31 limits-h                [test $ac_use_included_regex = yes]
32 lock                    [test $ac_use_included_regex = yes]
33 memcmp                  [test $ac_use_included_regex = yes]
34 memmove                 [test $ac_use_included_regex = yes]
35 mbrtowc                 [test $ac_use_included_regex = yes]
36 mbsinit                 [test $ac_use_included_regex = yes]
37 nl_langinfo             [test $ac_use_included_regex = yes]
38 stdbool                 [test $ac_use_included_regex = yes]
39 stdckdint               [test $ac_use_included_regex = yes]
40 stdint                  [test $ac_use_included_regex = yes]
41 verify                  [test $ac_use_included_regex = yes]
42 wchar                   [test $ac_use_included_regex = yes]
43 wcrtomb                 [test $ac_use_included_regex = yes]
44 wctype-h                [test $ac_use_included_regex = yes]
45 wctype                  [test $ac_use_included_regex = yes]
47 configure.ac:
48 gl_REGEX
49 gl_CONDITIONAL([GL_COND_OBJ_REGEX], [test $ac_use_included_regex = yes])
50 AM_COND_IF([GL_COND_OBJ_REGEX], [
51   gl_PREREQ_REGEX
54 Makefile.am:
55 if GL_COND_OBJ_REGEX
56 lib_SOURCES += regex.c
57 endif
59 Include:
60 <regex.h>
62 Link:
63 $(MBRTOWC_LIB)
64 $(LIBTHREAD)
65 $(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
67 License:
68 LGPLv2+
70 Maintainer:
71 all