mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* m4/remove.m4 (gl_FUNC_REMOVE): Move AC_LIBOBJ invocations from here... * modules/remove (configure.ac): ... to here.
30 lines
396 B
Plaintext
30 lines
396 B
Plaintext
Description:
|
|
remove() function: remove a file or directory
|
|
|
|
Files:
|
|
lib/remove.c
|
|
m4/remove.m4
|
|
|
|
Depends-on:
|
|
stdio
|
|
rmdir [test $REPLACE_REMOVE = 1]
|
|
unlink [test $REPLACE_REMOVE = 1]
|
|
|
|
configure.ac:
|
|
gl_FUNC_REMOVE
|
|
if test $REPLACE_REMOVE = 1; then
|
|
AC_LIBOBJ([remove])
|
|
fi
|
|
gl_STDIO_MODULE_INDICATOR([remove])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<stdio.h>
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Eric Blake
|