mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* m4/symlink.m4 (gl_FUNC_SYMLINK): Move AC_LIBOBJ invocations from here... * modules/symlink (configure.ac): ... to here.
29 lines
419 B
Plaintext
29 lines
419 B
Plaintext
Description:
|
|
symlink() function: create a symlink, if possible
|
|
|
|
Files:
|
|
lib/symlink.c
|
|
m4/symlink.m4
|
|
|
|
Depends-on:
|
|
unistd
|
|
lstat [test $HAVE_SYMLINK = 0 || test $REPLACE_SYMLINK = 1]
|
|
|
|
configure.ac:
|
|
gl_FUNC_SYMLINK
|
|
if test $HAVE_SYMLINK = 0 || test $REPLACE_SYMLINK = 1; then
|
|
AC_LIBOBJ([symlink])
|
|
fi
|
|
gl_UNISTD_MODULE_INDICATOR([symlink])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<unistd.h>
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Eric Blake
|