1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/remove
Bruno Haible 2fe314d87d remove: Move AC_LIBOBJ invocations to module description.
* m4/remove.m4 (gl_FUNC_REMOVE): Move AC_LIBOBJ invocations from
here...
* modules/remove (configure.ac): ... to here.
2011-06-16 00:06:43 +02:00

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