Support programs like Emacs that use gnulib but not gettext.
[pspp] / modules / same
index ab82cb9847308fe99f2287dac16c4e3b5c2186e6..5587ba244a5e38f0ab2f6530b81d97c01beaa53d 100644 (file)
@@ -1,4 +1,6 @@
 Description:
+Determine whether two pathnames refer to the same directory entry of the same
+directory.
 
 Files:
 lib/same.h
@@ -9,13 +11,18 @@ Depends-on:
 xalloc
 error
 dirname
+stdbool
 
 configure.ac:
 gl_SAME
 
 Makefile.am:
-lib_SOURCES += same.h same.c
 
 Include:
 "same.h"
 
+License:
+GPL
+
+Maintainer:
+Jim Meyering