obstack.m4 (gl_PREREQ_OBSTACK): Require
[gnulib.git] / modules / stat
index 7cc2617..002e9e2 100644 (file)
@@ -3,15 +3,21 @@ stat() function: return information about a file, following symbolic links.
 
 Files:
 lib/stat.c
+lib/stat-macros.h
 m4/stat.m4
 
 Depends-on:
+xalloc
 
 configure.ac:
-jm_FUNC_STAT
+gl_FUNC_STAT
 
 Makefile.am:
+lib_SOURCES += stat-macros.h
 
 Include:
 <sys/stat.h>
 
+Maintainer:
+Jim Meyering
+