crypto/gc: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / rmdir
index 207b547f3ce89341fe2bdcef23da372a1304c7c3..95e7b1df6a405d9df88c6b07521d987a73f5a56b 100644 (file)
@@ -6,12 +6,21 @@ lib/rmdir.c
 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:
 
 Include:
 <unistd.h>
 
+License:
+LGPLv2+
+
+Maintainer:
+Jim Meyering, Eric Blake