Support programs like Emacs that use gnulib but not gettext.
[pspp] / modules / lstat
index 9ef350acfed8fe9100bf4a661bea86b8ccf06125..d26e9646c41db961ee57be61a992ee57a190039a 100644 (file)
@@ -1,19 +1,25 @@
 Description:
-stat() function: return information about a file or symbolic link.
+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