Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / remove
blob0caf48a7ff3584e1266b134e8c69388d35e4e254
1 Description:
2 remove() function: remove a file or directory
4 Files:
5 lib/remove.c
6 m4/remove.m4
8 Depends-on:
9 stdio
10 rmdir           [test $REPLACE_REMOVE = 1]
11 unlink          [test $REPLACE_REMOVE = 1]
13 configure.ac:
14 gl_FUNC_REMOVE
15 if test $REPLACE_REMOVE = 1; then
16   AC_LIBOBJ([remove])
18 gl_STDIO_MODULE_INDICATOR([remove])
20 Makefile.am:
22 Include:
23 <stdio.h>
25 License:
26 LGPL
28 Maintainer:
29 Eric Blake