unicodeio: Fix wrong result on FreeBSD.
[gnulib.git] / modules / regex
blobb987840d82a0659756c292e6881970ac575340fa
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 c99
18 extensions
19 ssize_t
20 alloca-opt      [test $ac_use_included_regex = yes]
21 btowc           [test $ac_use_included_regex = yes]
22 builtin-expect  [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_cv_gnu_library_2_1:$ac_use_included_regex" = no: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