]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
authorJim Meyering <jim@meyering.net>
Tue, 17 Jan 2006 17:27:27 +0000 (17:27 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 17 Jan 2006 17:27:27 +0000 (17:27 +0000)
m4/fts.m4

index 61457e3ced3b58399b982d6843bd86521f4c1f9f..6a9afcca6903b03ba4a590160f52c42107e289dc 100644 (file)
--- a/m4/fts.m4
+++ b/m4/fts.m4
@@ -1,5 +1,5 @@
-#serial 6
-dnl Copyright (C) 2005 Free Software Foundation, Inc.
+#serial 7
+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,
 dnl with or without modifications, as long as this notice is preserved.
@@ -27,6 +27,7 @@ AC_DEFUN([gl_FUNC_FTS_CORE],
   AC_LIBOBJ([fts])
 
   dnl Prerequisites of lib/fts.c.
+  AC_REQUIRE([gl_FUNC_OPENAT])
 
   # Checks for header files.
   AC_REQUIRE([AC_HEADER_DIRENT])