warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / fts
blobecbca70b543c0f670176562843fed14d22b345df
1 Description:
2 Traverse a file hierarchy.
4 Files:
5 lib/fts_.h
6 lib/fts.c
7 lib/fts-cycle.c
8 m4/fts.m4
10 Depends-on:
11 closedir
12 cycle-check
13 d-ino
14 d-type
15 fchdir
16 fcntl
17 fcntl-h
18 fdopendir
19 flexmember
20 fstat
21 hash
22 i-ring
23 lstat
24 memmove
25 openat-h
26 openat-safer
27 opendir
28 readdir
29 stdalign
30 stdbool
31 stddef
33 configure.ac:
34 gl_FUNC_FTS
35 dnl Use this version of fts unconditionally, since the GNU libc and
36 dnl NetBSD versions have bugs and/or unnecessary limitations.
37 AC_LIBOBJ([fts])
39 Makefile.am:
41 Include:
42 "fts_.h"
44 License:
45 GPL
47 Maintainer:
48 Jim Meyering