error: depend on stdio
[gnulib.git] / modules / fts
index 05a9dde..59e557a 100644 (file)
@@ -8,20 +8,36 @@ lib/fts-cycle.c
 m4/fts.m4
 
 Depends-on:
+cloexec
+closedir
 cycle-check
-dirfd
+d-ino
+d-type
+dirent-safer
+dup
+fchdir
+fcntl-h
+fcntl-safer
+fdopendir
+fstat
 hash
+i-ring
 lstat
-openat
+memmove
+openat-h
+openat-safer
+opendir
+readdir
 stdbool
-fcntl-safer
 unistd-safer
 
 configure.ac:
 gl_FUNC_FTS
+dnl Use this version of fts unconditionally, since the GNU libc and
+dnl NetBSD versions have bugs and/or unnecessary limitations.
+AC_LIBOBJ([fts])
 
 Makefile.am:
-EXTRA_DIST += fts_.h fts-cycle.c
 
 Include:
 "fts_.h"