configmake: fix make -q problem
[gnulib.git] / modules / fts
index c4d30ff..d57b10c 100644 (file)
@@ -8,15 +8,27 @@ lib/fts-cycle.c
 m4/fts.m4
 
 Depends-on:
+cloexec
 cycle-check
+d-ino
+d-type
+dirent-safer
+fchdir
+fcntl-h
+fcntl-safer
 hash
-dirfd
-unistd-safer
+i-ring
+lstat
+memmove
+openat-safer
 stdbool
-gettext
+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: