* cycle-check.m4: Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
[gnulib.git] / m4 / cycle-check.m4
index 8bce20e..613b0a9 100644 (file)
@@ -1,4 +1,4 @@
-#serial 2
+#serial 3
 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,
@@ -11,4 +11,6 @@ AC_DEFUN([gl_CYCLE_CHECK],
 
   dnl Prerequisites.
   AC_REQUIRE([gl_AC_TYPE_UINTMAX_T])
+  AC_REQUIRE([gl_STRUCT_DEV_INO])
+  AC_REQUIRE([gl_SAME_INODE])
 ])