Branch
Hash :
c50044d6
Author :
Date :
2023-01-07T13:59:25
mbrtowc: Rename LIB_MBRTOWC to MBRTOWC_LIB. * m4/mbrtowc.m4: Rename LIB_MBRTOWC to MBRTOWC_LIB. All uses changed. * NEWS: Mention the change.
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