Hi Paul, I suspect that you may need something like this or the same-inode.h file will not be added to the tarball with a 'make dist' command.
Or at least, it does not seem to do the job with autoconf 2.60. Am I missing something? -- Mark Index: cycle-check =================================================================== RCS file: /sources/gnulib/gnulib/modules/cycle-check,v retrieving revision 1.4 diff -u -p -r1.4 cycle-check --- cycle-check 3 Jul 2006 08:32:46 -0000 1.4 +++ cycle-check 4 Jul 2006 06:35:42 -0000 @@ -13,7 +13,7 @@ stdbool configure.ac: Makefile.am: -lib_SOURCES += cycle-check.c cycle-check.h dev-ino.h +lib_SOURCES += cycle-check.c cycle-check.h dev-ino.h same-inode.h Include: "cycle-check.h"