mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-16 01:22:18 +03:00
* m4/unlink.m4 (gl_FUNC_UNLINK): Move AC_LIBOBJ invocation from here... * modules/unlink (configure.ac): ... to here.
30 lines
390 B
Plaintext
30 lines
390 B
Plaintext
Description:
|
|
unlink() function: remove a file.
|
|
|
|
Files:
|
|
lib/unlink.c
|
|
m4/unlink.m4
|
|
|
|
Depends-on:
|
|
unistd
|
|
dosname [test $REPLACE_UNLINK = 1]
|
|
lstat [test $REPLACE_UNLINK = 1]
|
|
|
|
configure.ac:
|
|
gl_FUNC_UNLINK
|
|
if test $REPLACE_UNLINK = 1; then
|
|
AC_LIBOBJ([unlink])
|
|
fi
|
|
gl_UNISTD_MODULE_INDICATOR([unlink])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<unistd.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Eric Blake
|