Fix gnulib-tool error when some modules occur in tests/.
[gnulib.git] / modules / fnmatch-gnu
blobed47df2cafd094bae55c79c4f0a7ea671d8dc974
1 Description:
2 fnmatch() function: wildcard matching, with GNU extensions.
4 Files:
5 lib/fnmatch.c
7 Depends-on:
8 fnmatch
10 configure.ac:
11 gl_FUNC_FNMATCH_GNU
12 if test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1; then
13   AC_LIBOBJ([fnmatch])
14   gl_PREREQ_FNMATCH
16 gl_MODULE_INDICATOR([fnmatch-gnu])
18 Makefile.am:
20 Include:
21 <fnmatch.h>
23 Link:
24 $(LIB_MBRTOWC)
26 License:
27 LGPLv2+
29 Maintainer:
30 all