mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* m4/rmdir.m4 (gl_FUNC_RMDIR): Move AC_LIBOBJ invocation from here... * modules/rmdir (configure.ac): ... to here.
30 lines
400 B
Plaintext
30 lines
400 B
Plaintext
Description:
|
|
rmdir() function: delete a directory.
|
|
|
|
Files:
|
|
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>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Jim Meyering, Eric Blake
|