posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / fnmatch
blob2cb69a7e9424d48d7684a7b71f595afcbeb90584
1 Description:
2 fnmatch() function: wildcard matching.
4 Files:
5 lib/fnmatch.c
6 lib/fnmatch_loop.c
7 m4/mbstate_t.m4
8 m4/fnmatch.m4
10 Depends-on:
11 fnmatch-h
12 alloca-opt      [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
13 attribute       [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
14 btowc           [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
15 builtin-expect  [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
16 flexmember      [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
17 idx             [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
18 intprops        [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
19 isblank         [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
20 iswctype        [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
21 libc-config     [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
22 stdbool         [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
23 strnlen         [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
24 wchar           [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
25 wctype-h        [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
26 wmemchr         [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
27 wmempcpy        [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
28 memchr          [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
29 memcmp          [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
30 mempcpy         [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
31 mbsrtowcs       [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
32 mbsinit         [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
34 configure.ac:
35 gl_FUNC_FNMATCH_POSIX
36 if test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1; then
37   AC_LIBOBJ([fnmatch])
38   gl_PREREQ_FNMATCH
40 gl_FNMATCH_MODULE_INDICATOR([fnmatch])
42 Makefile.am:
44 Include:
45 <fnmatch.h>
47 Link:
48 $(LIB_MBRTOWC)
50 License:
51 LGPLv2+
53 Maintainer:
54 all, glibc