verify: new macro 'assume'
[gnulib.git] / modules / symlink
1 Description:
2 symlink() function: create a symlink, if possible
3
4 Files:
5 lib/symlink.c
6 m4/symlink.m4
7
8 Depends-on:
9 unistd
10 lstat           [test $HAVE_SYMLINK = 0 || test $REPLACE_SYMLINK = 1]
11
12 configure.ac:
13 gl_FUNC_SYMLINK
14 if test $HAVE_SYMLINK = 0 || test $REPLACE_SYMLINK = 1; then
15   AC_LIBOBJ([symlink])
16 fi
17 gl_UNISTD_MODULE_INDICATOR([symlink])
18
19 Makefile.am:
20
21 Include:
22 <unistd.h>
23
24 License:
25 LGPL
26
27 Maintainer:
28 Eric Blake