summaryrefslogtreecommitdiff
path: root/m4/jm-macros.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-09-29 15:58:04 +0000
committerJim Meyering <jim@meyering.net>2006-09-29 15:58:04 +0000
commit31c77a2fde27888aead246cde6eb88724450e5e1 (patch)
treec1416ea548d77f30a1744696cbdf061afd2fb830 /m4/jm-macros.m4
parentaf46184a80169c95bd0f8115a758d293836aa444 (diff)
downloadcoreutils-31c77a2fde27888aead246cde6eb88724450e5e1.tar.xz
[ChangeLog]
Since any system may be affected by the Darwin readdir bug, perform the extra rewinddir unconditionally. The performance impact of rewinding a directory is negligible. * src/remove.c (NEED_REWIND): Define to use CONSECUTIVE_READDIR_UNLINK_THRESHOLD unconditionally. [m4/ChangeLog] * readdir.m4: Remove file once again. * jm-macros.m4: Remove reference to gl_FUNC_READDIR.
Diffstat (limited to 'm4/jm-macros.m4')
-rw-r--r--m4/jm-macros.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4
index 199e5c782..e0188e66b 100644
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -45,7 +45,6 @@ AC_DEFUN([gl_MACROS],
AC_REQUIRE([gl_PREREQ])
AC_REQUIRE([AC_FUNC_FSEEKO])
- AC_REQUIRE([gl_FUNC_READDIR])
AC_CONFIG_LIBOBJ_DIR([lib])