NEWS.stable: log cherry-pick [e446f25]->[c092018] relocatable-shell: Update suggested...
[gnulib.git] / modules / rmdir
index 01547e4..59a9dba 100644 (file)
@@ -6,15 +6,24 @@ 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
+if test $REPLACE_RMDIR = 1; then
+  AC_LIBOBJ([rmdir])
+fi
+gl_UNISTD_MODULE_INDICATOR([rmdir])
 
 Makefile.am:
 
 Include:
 <unistd.h>
 
-Maintainer:
-Jim Meyering
+License:
+LGPLv2+
 
+Maintainer:
+Jim Meyering, Eric Blake