log10l: Work around inaccurate implementation on NetBSD.
[gnulib.git] / modules / regex
blob7f50916ce31ccdbc726892a0de9b062142a92df7
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 libc-config     [test $ac_use_included_regex = yes]
25 lock      [test "$ac_cv_gnu_library_2_1:$ac_use_included_regex" = no:yes]
26 memcmp          [test $ac_use_included_regex = yes]
27 memmove         [test $ac_use_included_regex = yes]
28 mbrtowc         [test $ac_use_included_regex = yes]
29 mbsinit         [test $ac_use_included_regex = yes]
30 nl_langinfo     [test $ac_use_included_regex = yes]
31 stdbool         [test $ac_use_included_regex = yes]
32 stdint          [test $ac_use_included_regex = yes]
33 wchar           [test $ac_use_included_regex = yes]
34 wcrtomb         [test $ac_use_included_regex = yes]
35 wctype-h        [test $ac_use_included_regex = yes]
36 wctype          [test $ac_use_included_regex = yes]
38 configure.ac:
39 gl_REGEX
40 if test $ac_use_included_regex = yes; then
41   AC_LIBOBJ([regex])
42   gl_PREREQ_REGEX
45 Makefile.am:
47 Include:
48 <regex.h>
50 Link:
51 $(LTLIBTHREAD) when linking with libtool, $(LIBTHREAD) otherwise
52 $(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
54 License:
55 LGPLv2+
57 Maintainer:
58 all