mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-08-23 09:47:59 +00:00
161a4b5fc1
* 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
|
|
|