maint.mk: relax the default _gl_TS_function_match regexp
[gnulib.git] / modules / readlinkat
1 Description:
2 readlinkat(): read symlinks relative to a directory
3
4 Files:
5 lib/readlinkat.c
6 m4/readlinkat.m4
7
8 Depends-on:
9 unistd
10 extensions
11 fcntl-h
12 openat          [test $HAVE_READLINKAT = 0]
13 readlink        [test $HAVE_READLINKAT = 0]
14
15 configure.ac:
16 gl_FUNC_READLINKAT
17 if test $HAVE_READLINKAT = 0; then
18   AC_LIBOBJ([readlinkat])
19 fi
20 gl_UNISTD_MODULE_INDICATOR([readlinkat])
21
22 Makefile.am:
23
24 Include:
25 <fcntl.h>
26 <unistd.h>
27
28 License:
29 GPL
30
31 Maintainer:
32 Jim Meyering, Eric Blake