Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/read-file @ 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 | 8812f453e378 |
rev | line source |
---|---|
6829 | 1 Description: |
2 read_file() function: read the contents of a file into a string | |
3 | |
4 Files: | |
5 lib/read-file.h | |
6 lib/read-file.c | |
7 m4/read-file.m4 | |
8 | |
9 Depends-on: | |
10 | |
11 configure.ac: | |
12 gl_FUNC_READ_FILE | |
13 | |
14 Makefile.am: | |
15 | |
16 Include: | |
17 "read-file.h" | |
18 | |
19 License: | |
20 LGPL | |
21 | |
22 Maintainer: | |
23 Simon Josefsson |