summaryrefslogtreecommitdiff
path: root/m4/fts.m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-07-11 17:19:48 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-07-11 17:19:48 +0000
commit2b6236d156b394227e41b0d664cf600b69db9403 (patch)
tree08467d898c62dfb113adbc671fdb9de956159792 /m4/fts.m4
parent888ee9b8d99f7ed10f04b387eaf6e1477369c0fa (diff)
downloadcoreutils-2b6236d156b394227e41b0d664cf600b69db9403.tar.xz
Sync from gnulib.
Diffstat (limited to 'm4/fts.m4')
-rw-r--r--m4/fts.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/fts.m4 b/m4/fts.m4
index 74595e363..ebb249826 100644
--- a/m4/fts.m4
+++ b/m4/fts.m4
@@ -1,4 +1,4 @@
-#serial 8
+#serial 10
dnl Copyright (C) 2005, 2006 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -30,5 +30,5 @@ AC_DEFUN([gl_FUNC_FTS_CORE],
AC_REQUIRE([gl_FUNC_OPENAT])
# Checks for header files.
- AC_CHECK_HEADERS_ONCE([dirent.h sys/param.h])dnl
+ AC_CHECK_HEADERS_ONCE([sys/param.h])dnl
])