crypto/gc: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / rmdir
index a67be2b69a93009e916591ab3d31455704c73a98..95e7b1df6a405d9df88c6b07521d987a73f5a56b 100644 (file)
@@ -6,10 +6,13 @@ lib/rmdir.c
 m4/rmdir.m4
 
 Depends-on:
-stat-macros
+unistd
+dosname         [test $REPLACE_RMDIR = 1]
+sys_stat        [test $REPLACE_RMDIR = 1]
 
 configure.ac:
 gl_FUNC_RMDIR
+gl_UNISTD_MODULE_INDICATOR([rmdir])
 
 Makefile.am:
 
@@ -17,7 +20,7 @@ Include:
 <unistd.h>
 
 License:
-GPL
+LGPLv2+
 
 Maintainer:
-Jim Meyering
+Jim Meyering, Eric Blake