summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-03-20 10:11:45 +0000
committerJim Meyering <jim@meyering.net>2003-03-20 10:11:45 +0000
commit991e476b56e6dfcb5ef810520e4c882055ac37ec (patch)
tree4b09063cb7590f011f51fcb95aedf2934ff5e9d0 /aclocal.m4
parent8d65951aeab056a8ca3c4b316ddd9331b785f4f1 (diff)
downloadcoreutils-991e476b56e6dfcb5ef810520e4c882055ac37ec.tar.xz
.
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 0241edcce..ef0dcdbac 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -2633,7 +2633,7 @@ AC_DEFUN([AC_FUNC_ACL],
[AC_CHECK_HEADERS(sys/acl.h)
AC_CHECK_FUNCS(acl)])
-#serial 1
+#serial 2
# Use the replacement ftw.c if the one in the C library is inadequate or buggy.
# For now, we always use the code in lib/ because libc doesn't have the FTW_DCH
# or FTW_DCHP that we need. Arrange to use lib/ftw.h. And since that
@@ -2644,6 +2644,7 @@ AC_DEFUN([AC_FUNC_ACL],
AC_DEFUN([AC_FUNC_FTW],
[
# prerequisites
+ AC_REQUIRE([AC_HEADER_STAT])
AC_REQUIRE([jm_FUNC_LSTAT])
AC_REQUIRE([AC_HEADER_DIRENT])
AC_CHECK_HEADERS(sys/param.h)