repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
parse-datetime: simplify test for mktime failure
[gnulib.git]
/
modules
/
fnmatch-gnu
blob
86b522547e076649e6e9dbc3912a33b779ad0375
1
Description:
2
fnmatch() function: wildcard matching, with GNU extensions.
3
4
Files:
5
6
Depends-on:
7
fnmatch
8
9
configure.ac:
10
gl_FUNC_FNMATCH_GNU
11
if test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1; then
12
AC_LIBOBJ([fnmatch])
13
gl_PREREQ_FNMATCH
14
fi
15
gl_MODULE_INDICATOR([fnmatch-gnu])
16
17
Makefile.am:
18
19
Include:
20
<fnmatch.h>
21
22
License:
23
LGPLv2+
24
25
Maintainer:
26
all
27