Fix more C++ link errors on Solaris 8.
[pspp] / modules / same
index 56295509687c918e4b5150b3e4b635899cb2c3fb..7a9252a584bbc3a88a817828b890dfde0feec44c 100644 (file)
@@ -1,5 +1,5 @@
 Description:
-Determine whether two pathnames refer to the same directory entry of the same
+Determine whether two file names refer to the same directory entry of the same
 directory.
 
 Files:
@@ -8,16 +8,23 @@ 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
 
 Include:
 "same.h"
 
+License:
+GPL
+
+Maintainer:
+Jim Meyering