1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/fnmatch-gnu
Bruno Haible c50044d684 mbrtowc: Rename LIB_MBRTOWC to MBRTOWC_LIB.
* m4/mbrtowc.m4: Rename LIB_MBRTOWC to MBRTOWC_LIB.
All uses changed.
* NEWS: Mention the change.
2023-01-07 18:06:51 +01:00

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