Add a Maintainer.
[gnulib.git] / modules / same
1 Description:
2 Determine whether two pathnames refer to the same directory entry of the same
3 directory.
4
5 Files:
6 lib/same.h
7 lib/same.c
8 m4/same.m4
9
10 Depends-on:
11 xalloc
12 error
13 dirname
14
15 configure.ac:
16 gl_SAME
17
18 Makefile.am:
19 lib_SOURCES += same.h same.c
20
21 Include:
22 "same.h"
23
24 Maintainer:
25 Jim Meyering
26