NEWS.stable: log cherry-pick [9c3746f]->[7f56311] build-aux/config.sub
[gnulib.git] / modules / fnmatch
1 Description:
2 fnmatch() function: wildcard matching.
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 arg-nonnull
13 extensions
14 alloca          [test -n "$FNMATCH_H"]
15 stdbool         [test -n "$FNMATCH_H"]
16 wchar           [test -n "$FNMATCH_H"]
17 wctype-h        [test -n "$FNMATCH_H"]
18 memchr          [test -n "$FNMATCH_H"]
19 memcmp          [test -n "$FNMATCH_H"]
20 mbsrtowcs       [test -n "$FNMATCH_H"]
21 mbsinit         [test -n "$FNMATCH_H"]
22
23 configure.ac:
24 gl_FUNC_FNMATCH_POSIX
25
26 Makefile.am:
27 BUILT_SOURCES += $(FNMATCH_H)
28
29 # We need the following in order to create <fnmatch.h> when the system
30 # doesn't have one that supports the required API.
31 if GL_GENERATE_FNMATCH_H
32 fnmatch.h: fnmatch.in.h $(top_builddir)/config.status $(ARG_NONNULL_H)
33         $(AM_V_GEN)rm -f $@-t $@ && \
34         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
35           sed -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
36               < $(srcdir)/fnmatch.in.h; \
37         } > $@-t && \
38         mv -f $@-t $@
39 else
40 fnmatch.h: $(top_builddir)/config.status
41         rm -f $@
42 endif
43 MOSTLYCLEANFILES += fnmatch.h fnmatch.h-t
44
45 Include:
46 <fnmatch.h>
47
48 License:
49 LGPLv2+
50
51 Maintainer:
52 all, glibc