canonicalize-lgpl: Fix autoconf macro ordering bug.
[gnulib.git] / modules / rmdir
index 0dff312..95e7b1d 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