bootstrap: Avoid failure when gnulib-tool removed gettext.m4.
[gnulib.git] / modules / remove
blob7961af8b04536eaa2fef43b3efbbd77db35ba78e
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 gl_CONDITIONAL([GL_COND_OBJ_REMOVE], [test $REPLACE_REMOVE = 1])
16 gl_STDIO_MODULE_INDICATOR([remove])
18 Makefile.am:
19 if GL_COND_OBJ_REMOVE
20 lib_SOURCES += remove.c
21 endif
23 Include:
24 <stdio.h>
26 License:
27 LGPL
29 Maintainer:
30 Eric Blake