doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / rmdir
index 39767c2..59a9dba 100644 (file)
@@ -6,19 +6,24 @@ 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
+if test $REPLACE_RMDIR = 1; then
+  AC_LIBOBJ([rmdir])
+fi
+gl_UNISTD_MODULE_INDICATOR([rmdir])
 
 Makefile.am:
-EXTRA_DIST += rmdir.c
 
 Include:
 <unistd.h>
 
 License:
-GPL
+LGPLv2+
 
 Maintainer:
-Jim Meyering
+Jim Meyering, Eric Blake