warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / regex
blob2d93c5e7027eb22501bee94ff69c1e6fcceb6a02
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/regex.m4
13 m4/mbstate_t.m4
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 builtin-expect  [test $ac_use_included_regex = yes]
21 gettext-h       [test $ac_use_included_regex = yes]
22 intprops        [test $ac_use_included_regex = yes]
23 lock      [test "$ac_cv_gnu_library_2_1:$ac_use_included_regex" = no:yes]
24 memcmp          [test $ac_use_included_regex = yes]
25 memmove         [test $ac_use_included_regex = yes]
26 mbrtowc         [test $ac_use_included_regex = yes]
27 mbsinit         [test $ac_use_included_regex = yes]
28 nl_langinfo     [test $ac_use_included_regex = yes]
29 stdbool         [test $ac_use_included_regex = yes]
30 stdint          [test $ac_use_included_regex = yes]
31 wchar           [test $ac_use_included_regex = yes]
32 wcrtomb         [test $ac_use_included_regex = yes]
33 wctype-h        [test $ac_use_included_regex = yes]
34 wctype          [test $ac_use_included_regex = yes]
36 configure.ac:
37 gl_REGEX
38 if test $ac_use_included_regex = yes; then
39   AC_LIBOBJ([regex])
40   gl_PREREQ_REGEX
43 Makefile.am:
45 Include:
46 <regex.h>
48 Link:
49 $(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
51 License:
52 LGPLv2+
54 Maintainer:
55 all