1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/same
Bruno Haible 98eb156ec9 same: Move AC_LIBOBJ invocations to module description.
* m4/same.m4 (gl_SAME): Remove AC_LIBOBJ invocation.
* modules/same (Makefile.am): Augment lib_SOURCES.
2011-06-16 00:07:36 +02:00

32 lines
320 B
Plaintext

Description:
Determine whether two file names refer to the same directory entry of the same
directory.
Files:
lib/same.h
lib/same.c
m4/same.m4
Depends-on:
error
dirname
same-inode
stat
stdbool
memcmp
configure.ac:
gl_SAME
Makefile.am:
lib_SOURCES += same.c
Include:
"same.h"
License:
GPL
Maintainer:
Jim Meyering