Mercurial > hg > octave-kai > gnulib-hg
annotate modules/fnmatch @ 4172:5321105558d8
Add module descriptions.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Mon, 13 Jan 2003 16:07:17 +0000 |
parents | 632b6cf5063f |
children | 3ccc6d0d52bb |
rev | line source |
---|---|
4110 | 1 Description: |
4172 | 2 GNU fnmatch() implementation. |
4110 | 3 |
4 Files: | |
5 lib/fnmatch_.h | |
6 lib/fnmatch.c | |
7 lib/fnmatch_loop.c | |
8 m4/mbstate_t.m4 | |
9 m4/fnmatch.m4 | |
10 | |
11 Depends-on: | |
12 alloca | |
13 | |
14 configure.ac: | |
15 # No macro. You should also use one of fnmatch-posix or fnmatch-gnu. | |
16 | |
17 Makefile.am: | |
18 lib_SOURCES += fnmatch_.h | |
19 EXTRA_DIST += fnmatch_loop.c | |
20 DISTCLEANFILES += fnmatch.h | |
21 | |
22 Include: | |
23 |