mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* 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.
27 lines
285 B
Plaintext
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
|
|
|