mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* m4/mbrtowc.m4: Rename LIB_MBRTOWC to MBRTOWC_LIB. All uses changed. * NEWS: Mention the change.
32 lines
387 B
Plaintext
32 lines
387 B
Plaintext
Description:
|
|
fnmatch() function: wildcard matching, with GNU extensions.
|
|
|
|
Files:
|
|
lib/fnmatch.c
|
|
|
|
Depends-on:
|
|
fnmatch
|
|
|
|
configure.ac:
|
|
gl_FUNC_FNMATCH_GNU
|
|
if test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1; then
|
|
AC_LIBOBJ([fnmatch])
|
|
gl_PREREQ_FNMATCH
|
|
fi
|
|
gl_MODULE_INDICATOR([fnmatch-gnu])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<fnmatch.h>
|
|
|
|
Link:
|
|
$(MBRTOWC_LIB)
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all
|
|
|