repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Make better use of Autoconf.
[gnulib.git]
/
modules
/
remove
blob
0caf48a7ff3584e1266b134e8c69388d35e4e254
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
if test $REPLACE_REMOVE = 1; then
16
AC_LIBOBJ([remove])
17
fi
18
gl_STDIO_MODULE_INDICATOR([remove])
19
20
Makefile.am:
21
22
Include:
23
<stdio.h>
24
25
License:
26
LGPL
27
28
Maintainer:
29
Eric Blake