view modules/fnmatch-gnu @ 16681:14592d8d106b

Tests for module 'log2l'. * modules/log2l-tests: New file. * tests/test-log2l.c: New file.
author Bruno Haible <bruno@clisp.org>
date Sun, 11 Mar 2012 20:50:40 +0100
parents 56ef3f2912e0
children
line wrap: on
line source

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