pty: Activate the signature wrapper of forkpty.
[gnulib.git] / modules / fnmatch-gnu
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 -n "$FNMATCH_H"; then
12   AC_LIBOBJ([fnmatch])
13   gl_PREREQ_FNMATCH
14 fi
15
16 Makefile.am:
17
18 Include:
19 "fnmatch.h"
20
21 License:
22 LGPLv2+
23
24 Maintainer:
25 all
26