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