Mercurial > hg > octave-kai > gnulib-hg
annotate modules/canonicalize @ 7497:6a764f23e302
gnulib-tool now synthesizes the EXTRA_DIST line.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Fri, 13 Oct 2006 12:40:22 +0000 |
parents | cb5141654dbb |
children | 45c727466eb8 |
rev | line source |
---|---|
5131 | 1 Description: |
2 Return the canonical absolute name of a given file. | |
3 | |
4 Files: | |
5 lib/canonicalize.h | |
6 lib/canonicalize.c | |
5943
9b2762e9dd90
(Files): Add lib/pathmax.h.
Jim Meyering <jim@meyering.net>
parents:
5907
diff
changeset
|
7 lib/pathmax.h |
5131 | 8 m4/canonicalize.m4 |
9 | |
10 Depends-on: | |
11 cycle-check | |
5907 | 12 filenamecat |
5726
c56b0ae505cd
Depend on new stat-macros module
Jim Meyering <jim@meyering.net>
parents:
5722
diff
changeset
|
13 stat-macros |
5131 | 14 xalloc |
15 xgetcwd | |
5479
e82f409b1d52
(Depends-on): Add xreadlink.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5251
diff
changeset
|
16 xreadlink |
5131 | 17 |
18 configure.ac: | |
19 AC_FUNC_CANONICALIZE_FILE_NAME | |
20 | |
21 Makefile.am: | |
22 | |
23 Include: | |
24 "canonicalize.h" | |
25 | |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5159
diff
changeset
|
26 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5159
diff
changeset
|
27 GPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5159
diff
changeset
|
28 |
5131 | 29 Maintainer: |
30 Jim Meyering |