1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/fnmatch-gnu
Bruno Haible 161a4b5fc1 fnmatch, fnmatch-gnu: Move AC_LIBOBJ invocations to module description.
* m4/fnmatch.m4 (gl_PREREQ_FNMATCH): New macro, extracted from
gl_FUNC_FNMATCH_POSIX.
(gl_FUNC_FNMATCH_POSIX): Move AC_LIBOBJ and gl_PREREQ_FNMATCH
invocations from here...
* modules/fnmatch (configure.ac): ... to here.
* modules/fnmatch-gnu (configure.ac): ... and here.
2011-06-16 00:05:58 +02:00

27 lines
285 B
Plaintext

Description:
fnmatch() function: wildcard matching, with GNU extensions.
Files:
Depends-on:
fnmatch
configure.ac:
gl_FUNC_FNMATCH_GNU
if test -n "$FNMATCH_H"; then
AC_LIBOBJ([fnmatch])
gl_PREREQ_FNMATCH
fi
Makefile.am:
Include:
"fnmatch.h"
License:
LGPLv2+
Maintainer:
all