posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / rmdir
blob85336ba8030f7d1a04791925ffb84039330af61f
1 Description:
2 rmdir() function: delete a directory.
4 Files:
5 lib/rmdir.c
6 m4/rmdir.m4
8 Depends-on:
9 unistd
10 filename        [test $REPLACE_RMDIR = 1]
11 sys_stat        [test $REPLACE_RMDIR = 1]
13 configure.ac:
14 gl_FUNC_RMDIR
15 if test $REPLACE_RMDIR = 1; then
16   AC_LIBOBJ([rmdir])
18 gl_UNISTD_MODULE_INDICATOR([rmdir])
20 Makefile.am:
22 Include:
23 <unistd.h>
25 License:
26 LGPLv2+
28 Maintainer:
29 Jim Meyering, Eric Blake