Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / fnmatch
blob5f2bf9cb048a2f7d8453fff7d3abf693122aeaad
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          [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
13 builtin-expect  [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
14 flexmember      [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
15 stdbool         [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
16 wchar           [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
17 wctype-h        [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
18 memchr          [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
19 memcmp          [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
20 mbsrtowcs       [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
21 mbsinit         [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
23 configure.ac:
24 gl_FUNC_FNMATCH_POSIX
25 if test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1; then
26   AC_LIBOBJ([fnmatch])
27   gl_PREREQ_FNMATCH
29 gl_FNMATCH_MODULE_INDICATOR([fnmatch])
31 Makefile.am:
33 Include:
34 <fnmatch.h>
36 License:
37 LGPLv2+
39 Maintainer:
40 all, glibc