gettimeofday: port recent C++ fix to Emacs
[gnulib.git] / modules / cycle-check
index 91c4e31..6a8618a 100644 (file)
@@ -4,18 +4,25 @@ help detect directory cycles efficiently
 Files:
 lib/cycle-check.c
 lib/cycle-check.h
-lib/dev-ino.h
+m4/cycle-check.m4
 
 Depends-on:
+dev-ino
+same-inode
+stdbool
+stdint
 
 configure.ac:
+gl_CYCLE_CHECK
 
 Makefile.am:
-lib_SOURCES += cycle-check.c cycle-check.h dev-ino.h
+lib_SOURCES += cycle-check.c
 
 Include:
 "cycle-check.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
-