Mercurial > hg > octave-shane > gnulib-hg
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 |
rev | line source |
---|---|
4405 | 1 Description: |
2 readlink() function: read the value of a symbolic link. | |
3 | |
4 Files: | |
5 lib/readlink.c | |
6 m4/readlink.m4 | |
7 | |
8 Depends-on: | |
8199
51d32a83a7df
Move more declarations into <unistd.h>.
Bruno Haible <bruno@clisp.org>
parents:
7497
diff
changeset
|
9 unistd |
4405 | 10 |
11 configure.ac: | |
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 | 14 |
15 Makefile.am: | |
16 | |
17 Include: | |
8199
51d32a83a7df
Move more declarations into <unistd.h>.
Bruno Haible <bruno@clisp.org>
parents:
7497
diff
changeset
|
18 <unistd.h> |
4405 | 19 |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4405
diff
changeset
|
20 License: |
7080 | 21 LGPL |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4405
diff
changeset
|
22 |
4405 | 23 Maintainer: |
24 Bruno Haible | |
25 |