crypto/gc: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / rmdir
index 0dff3121a554223482ae132f13bd2e61605d47fa..95e7b1df6a405d9df88c6b07521d987a73f5a56b 100644 (file)
@@ -3,23 +3,24 @@ rmdir() function: delete a directory.
 
 Files:
 lib/rmdir.c
-lib/stat-macros.h
 m4/rmdir.m4
 
 Depends-on:
+unistd
+dosname         [test $REPLACE_RMDIR = 1]
+sys_stat        [test $REPLACE_RMDIR = 1]
 
 configure.ac:
 gl_FUNC_RMDIR
+gl_UNISTD_MODULE_INDICATOR([rmdir])
 
 Makefile.am:
-lib_SOURCES += stat-macros.h
 
 Include:
 <unistd.h>
 
 License:
-GPL
+LGPLv2+
 
 Maintainer:
-Jim Meyering
-
+Jim Meyering, Eric Blake