]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Require AC_FUNC_FTW.
authorJim Meyering <jim@meyering.net>
Wed, 15 Jan 2003 12:14:29 +0000 (12:14 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 15 Jan 2003 12:14:29 +0000 (12:14 +0000)
m4/jm-macros.m4

index d3739d63eba0827ef85c10b4c003bcc78acefe46..4f4007841ac0c6a9460ded42f1be1d9628a02ff8 100644 (file)
@@ -1,4 +1,4 @@
-#serial 56   -*- autoconf -*-
+#serial 57   -*- autoconf -*-
 
 dnl Misc type-related macros for fileutils, sh-utils, textutils.
 
@@ -36,6 +36,7 @@ AC_DEFUN([jm_MACROS],
 
   AC_REQUIRE([UTILS_FUNC_DIRFD])
   AC_REQUIRE([AC_FUNC_ACL])
+  AC_REQUIRE([AC_FUNC_FTW])
   AC_REQUIRE([jm_FUNC_LCHOWN])
   AC_REQUIRE([fetish_FUNC_RMDIR_NOTEMPTY])
   AC_REQUIRE([jm_FUNC_CHOWN])