def7040874d8abc9343267eca0848400978d2da7
[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 extensions
20
21 configure.ac:
22 # No macro. You should also use one of fnmatch-posix or fnmatch-gnu.
23
24 Makefile.am:
25 BUILT_SOURCES += $(FNMATCH_H)
26
27 # We need the following in order to create <fnmatch.h> when the system
28 # doesn't have one that supports the required API.
29 fnmatch.h: fnmatch.in.h
30         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
31           cat $(srcdir)/fnmatch.in.h; \
32         } > $@-t
33         mv -f $@-t $@
34 MOSTLYCLEANFILES += fnmatch.h fnmatch.h-t
35
36 Include:
37 <fnmatch.h>
38
39 License:
40 LGPLv2+
41
42 Maintainer:
43 all, glibc