NEWS.stable: log cherry-pick [3180807]->[768eb31] doc/lgpl-2.1.texi
[gnulib.git] / modules / remove
1 Description:
2 remove() function: remove a file or directory
3
4 Files:
5 lib/remove.c
6 m4/remove.m4
7
8 Depends-on:
9 stdio
10 rmdir           [test $REPLACE_REMOVE = 1]
11 unlink          [test $REPLACE_REMOVE = 1]
12
13 configure.ac:
14 gl_FUNC_REMOVE
15 gl_STDIO_MODULE_INDICATOR([remove])
16
17 Makefile.am:
18
19 Include:
20 <stdio.h>
21
22 License:
23 LGPL
24
25 Maintainer:
26 Eric Blake