doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / fts
index 0414ea1..59e557a 100644 (file)
@@ -9,23 +9,33 @@ m4/fts.m4
 
 Depends-on:
 cloexec
+closedir
 cycle-check
 d-ino
 d-type
 dirent-safer
+dup
 fchdir
 fcntl-h
 fcntl-safer
+fdopendir
+fstat
 hash
 i-ring
 lstat
 memmove
+openat-h
 openat-safer
+opendir
+readdir
 stdbool
 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: