summaryrefslogtreecommitdiff
path: root/modules/fnmatch-gnu
blob: cf2fe1f137d70a471826bf2c9971d03aae803c39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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