mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
* m4/cycle-check.m4 (gl_CYCLE_CHECK): Remove AC_LIBOBJ invocation. * modules/cycle-check (Makefile.am): Augment lib_SOURCES.
29 lines
302 B
Plaintext
29 lines
302 B
Plaintext
Description:
|
|
help detect directory cycles efficiently
|
|
|
|
Files:
|
|
lib/cycle-check.c
|
|
lib/cycle-check.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
|
|
|
|
Include:
|
|
"cycle-check.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|