changeset 7108:cfd049db7430

* cycle-check.m4: Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
author Jim Meyering <jim@meyering.net>
date Thu, 10 Aug 2006 15:55:25 +0000
parents fbcb18b4d0b6
children 8f07495555ba
files m4/ChangeLog m4/cycle-check.m4
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,6 +1,7 @@
 2006-08-10  Jim Meyering  <jim@meyering.net>
 
 	* cycle-check.m4: New file.
+	Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
 	* dev-ino.m4, same-inode.m4: New files.
 
 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
--- a/m4/cycle-check.m4
+++ b/m4/cycle-check.m4
@@ -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 @@
 
   dnl Prerequisites.
   AC_REQUIRE([gl_AC_TYPE_UINTMAX_T])
+  AC_REQUIRE([gl_STRUCT_DEV_INO])
+  AC_REQUIRE([gl_SAME_INODE])
 ])