Add a Maintainer.
[gnulib.git] / modules / fnmatch
1 Description:
2 GNU fnmatch() implementation.
3
4 Files:
5 lib/fnmatch_.h
6 lib/fnmatch.c
7 lib/fnmatch_loop.c
8 m4/mbstate_t.m4
9 m4/fnmatch.m4
10
11 Depends-on:
12 alloca
13
14 configure.ac:
15 # No macro. You should also use one of fnmatch-posix or fnmatch-gnu.
16
17 Makefile.am:
18 lib_SOURCES += fnmatch_.h
19 EXTRA_DIST += fnmatch_loop.c
20 DISTCLEANFILES += fnmatch.h
21
22 Include:
23 <fnmatch.h>
24
25 Maintainer:
26 all, glibc
27