Hash :
161a4b5f
Author :
Date :
2011-05-07T12:13:04
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.
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