Merge from coreutils.
[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 BUILT_SOURCES += $(FNMATCH_H)
19 EXTRA_DIST += fnmatch_.h fnmatch_loop.c
20
21 # We need the following in order to create an <fnmatch.h> when the system
22 # doesn't have one that supports the required API.
23 all-local $(lib_OBJECTS): $(FNMATCH_H)
24 fnmatch.h: fnmatch_.h
25         cp $(srcdir)/fnmatch_.h $@-t
26         mv $@-t $@
27 MOSTLYCLEANFILES += fnmatch.h fnmatch.h-t
28
29 Include:
30 <fnmatch.h>
31
32 Maintainer:
33 all, glibc