Merge from coreutils.
[gnulib.git] / modules / same
1 Description:
2 Determine whether two file names refer to the same directory entry of the same
3 directory.
4
5 Files:
6 lib/same.h
7 lib/same.c
8 lib/same-inode.h
9 m4/same.m4
10
11 Depends-on:
12 xalloc
13 error
14 dirname
15 stdbool
16
17 configure.ac:
18 gl_SAME
19
20 Makefile.am:
21
22 Include:
23 "same.h"
24
25 License:
26 GPL
27
28 Maintainer:
29 Jim Meyering