Mercurial > hg > octave-jordi > gnulib-hg
annotate modules/fts-lgpl @ 8873:25ee90a28a16
2007-05-26 Bruno Haible <bruno@clisp.org>
* modules/chdir-long (Depends-on): Add fchdir.
* modules/chdir-safer (Depends-on): Likewise.
* modules/fts (Depends-on): Likewise.
* modules/fts-lgpl (Depends-on): Likewise.
* modules/openat (Depends-on): Likewise.
* modules/savewd (Depends-on): Likewise.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 26 May 2007 21:32:26 +0000 |
parents | 19787b4038af |
children |
rev | line source |
---|---|
5872 | 1 Description: |
2 Traverse a file hierarchy (LPGL'ed version). | |
3 | |
4 Files: | |
5 lib/fts_.h | |
6 lib/fts.c | |
7 m4/fts.m4 | |
8 | |
9 Depends-on: | |
10 dirfd | |
8873
25ee90a28a16
2007-05-26 Bruno Haible <bruno@clisp.org>
Bruno Haible <bruno@clisp.org>
parents:
7774
diff
changeset
|
11 fchdir |
7774
19787b4038af
* modules/fts-lgpl (Depends-on): Add i-ring. Reported by Bruno Haible.
Jim Meyering <jim@meyering.net>
parents:
7365
diff
changeset
|
12 i-ring |
7365
92bc7be769fc
* modules/fts-lgpl: Depend on openat.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
5894
diff
changeset
|
13 openat |
5872 | 14 stdbool |
15 | |
16 configure.ac: | |
17 gl_FUNC_FTS_LGPL | |
18 | |
19 Makefile.am: | |
20 | |
21 Include: | |
22 "fts_.h" | |
23 | |
24 License: | |
25 LGPL | |
26 | |
27 Maintainer: | |
28 Jim Meyering |