Avoid the need for AC_LIBSOURCES in m4 macros.
[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 m4/same.m4
9
10 Depends-on:
11 xalloc
12 error
13 dirname
14 same-inode
15 stdbool
16
17 configure.ac:
18 gl_SAME
19
20 Makefile.am:
21 EXTRA_DIST += same.h
22
23 Include:
24 "same.h"
25
26 License:
27 GPL
28
29 Maintainer:
30 Jim Meyering