gettimeofday: port recent C++ fix to Emacs
[gnulib.git] / modules / same
index ab82cb9..6401dfb 100644 (file)
@@ -1,4 +1,6 @@
 Description:
+Determine whether two file names refer to the same directory entry of the same
+directory.
 
 Files:
 lib/same.h
@@ -6,16 +8,24 @@ lib/same.c
 m4/same.m4
 
 Depends-on:
-xalloc
 error
 dirname
+same-inode
+stat
+stdbool
+memcmp
 
 configure.ac:
 gl_SAME
 
 Makefile.am:
-lib_SOURCES += same.h same.c
+lib_SOURCES += same.c
 
 Include:
 "same.h"
 
+License:
+GPL
+
+Maintainer:
+Jim Meyering