annotate modules/readlink @ 9363:4d4d1419d4ab

Use @FOO@ syntax instead of $(FOO) syntax, because it uncovers typos early.
author Bruno Haible <bruno@clisp.org>
date Fri, 19 Oct 2007 12:51:22 +0200
parents 51d32a83a7df
children a07b8ec0095d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4405
55fc591dca07 New module 'readlink'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
55fc591dca07 New module 'readlink'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 readlink() function: read the value of a symbolic link.
55fc591dca07 New module 'readlink'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
55fc591dca07 New module 'readlink'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
55fc591dca07 New module 'readlink'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/readlink.c
55fc591dca07 New module 'readlink'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 m4/readlink.m4
55fc591dca07 New module 'readlink'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
55fc591dca07 New module 'readlink'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 Depends-on:
8199
51d32a83a7df Move more declarations into <unistd.h>.
Bruno Haible <bruno@clisp.org>
parents: 7497
diff changeset
9 unistd
4405
55fc591dca07 New module 'readlink'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10
55fc591dca07 New module 'readlink'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 configure.ac:
55fc591dca07 New module 'readlink'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 gl_FUNC_READLINK
8199
51d32a83a7df Move more declarations into <unistd.h>.
Bruno Haible <bruno@clisp.org>
parents: 7497
diff changeset
13 gl_UNISTD_MODULE_INDICATOR([readlink])
4405
55fc591dca07 New module 'readlink'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14
55fc591dca07 New module 'readlink'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 Makefile.am:
55fc591dca07 New module 'readlink'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16
55fc591dca07 New module 'readlink'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 Include:
8199
51d32a83a7df Move more declarations into <unistd.h>.
Bruno Haible <bruno@clisp.org>
parents: 7497
diff changeset
18 <unistd.h>
4405
55fc591dca07 New module 'readlink'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19
5251
42b53a22aee5 Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents: 4405
diff changeset
20 License:
7080
5e5156434c2e Change license to LGPL.
Bruno Haible <bruno@clisp.org>
parents: 5251
diff changeset
21 LGPL
5251
42b53a22aee5 Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents: 4405
diff changeset
22
4405
55fc591dca07 New module 'readlink'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 Maintainer:
55fc591dca07 New module 'readlink'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24 Bruno Haible
55fc591dca07 New module 'readlink'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25