Support programs like Emacs that use gnulib but not gettext.
[pspp] / modules / lstat
index 2fac7c379305f6de3a39040301c1e14ccf2ce4b1..d26e9646c41db961ee57be61a992ee57a190039a 100644 (file)
@@ -1,18 +1,25 @@
 Description:
+lstat() function: return information about a file or symbolic link.
 
 Files:
 lib/lstat.c
+lib/lstat.h
 m4/lstat.m4
 
 Depends-on:
-stat
 xalloc
+stat-macros
 
 configure.ac:
-jm_FUNC_LSTAT
+gl_FUNC_LSTAT
 
 Makefile.am:
 
 Include:
-<sys/stat.h>
+"lstat.h"
 
+License:
+GPL
+
+Maintainer:
+Jim Meyering