mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* m4/same.m4 (gl_SAME): Remove AC_LIBOBJ invocation. * modules/same (Makefile.am): Augment lib_SOURCES.
32 lines
320 B
Plaintext
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
|