view modules/fnmatch-gnu @ 39497:376d06f8f917

fnmatch: Fix compilation error in C++ namespace mode on Mac OS X. * modules/fnmatch-gnu (configure.ac): Invoke gl_MODULE_INDICATOR. * lib/fnmatch.in.h (fnmatch): Skip _GL_CXXALIASWARN if module 'fnmatch-gnu' is in use.
author Bruno Haible <bruno@clisp.org>
date Sat, 11 Aug 2018 02:23:48 +0200
parents 6c17027f371b
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 $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1; then
  AC_LIBOBJ([fnmatch])
  gl_PREREQ_FNMATCH
fi
gl_MODULE_INDICATOR([fnmatch-gnu])

Makefile.am:

Include:
<fnmatch.h>

License:
LGPLv2+

Maintainer:
all