Avoid the need for AC_LIBSOURCES in m4 macros.
[gnulib.git] / modules / fts
1 Description:
2 Traverse a file hierarchy.
3
4 Files:
5 lib/fts_.h
6 lib/fts.c
7 lib/fts-cycle.c
8 m4/fts.m4
9
10 Depends-on:
11 cycle-check
12 dirfd
13 hash
14 lstat
15 openat
16 stdbool
17 fcntl-safer
18 unistd-safer
19
20 configure.ac:
21 gl_FUNC_FTS
22
23 Makefile.am:
24 EXTRA_DIST += fts_.h fts-cycle.c
25
26 Include:
27 "fts_.h"
28
29 License:
30 GPL
31
32 Maintainer:
33 Jim Meyering