1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/link
Bruno Haible b0df1ea0c8 link: Respect rules for use of AC_LIBOBJ.
* m4/link.m4 (gl_FUNC_LINK): Move AC_LIBOBJ invocations from here...
* modules/link (configure.ac): ... to here.
2011-06-16 00:06:25 +02:00

31 lines
545 B
Plaintext

Description:
link() function: create a new link for an existing file
Files:
lib/link.c
m4/link.m4
Depends-on:
unistd
stat [test $HAVE_LINK = 0 || test $REPLACE_LINK = 1]
strdup-posix [test $HAVE_LINK = 0 || test $REPLACE_LINK = 1]
sys_stat [test $HAVE_LINK = 0 || test $REPLACE_LINK = 1]
configure.ac:
gl_FUNC_LINK
if test $HAVE_LINK = 0 || test $REPLACE_LINK = 1; then
AC_LIBOBJ([link])
fi
gl_UNISTD_MODULE_INDICATOR([link])
Makefile.am:
Include:
<unistd.h>
License:
LGPLv2+
Maintainer:
Martin Lambers, Eric Blake