Tests for module 'unicase/u8-toupper'.
[gnulib.git] / modules / fnmatch
1 Description:
2 GNU implementation of the fnmatch() function.
3
4 Files:
5 lib/fnmatch.in.h
6 lib/fnmatch.c
7 lib/fnmatch_loop.c
8 m4/mbstate_t.m4
9 m4/fnmatch.m4
10
11 Depends-on:
12 extensions
13 alloca
14 stdbool
15 wchar
16 wctype
17 memchr
18 memcmp
19
20 configure.ac:
21 # No macro. You should also use one of fnmatch-posix or fnmatch-gnu.
22
23 Makefile.am:
24 BUILT_SOURCES += $(FNMATCH_H)
25
26 # We need the following in order to create <fnmatch.h> when the system
27 # doesn't have one that supports the required API.
28 fnmatch.h: fnmatch.in.h
29         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
30           cat $(srcdir)/fnmatch.in.h; \
31         } > $@-t
32         mv -f $@-t $@
33 MOSTLYCLEANFILES += fnmatch.h fnmatch.h-t
34
35 Include:
36 <fnmatch.h>
37
38 License:
39 LGPLv2+
40
41 Maintainer:
42 all, glibc