Mercurial > hg > octave-kai > gnulib-hg
annotate modules/allocsa @ 7089:537f18903d33
Make pkgdata_DATA a cumulative variable. From Ralf Wildenhues.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Mon, 07 Aug 2006 12:17:26 +0000 |
parents | 6f533a3da3b8 |
children | 6a764f23e302 |
rev | line source |
---|---|
4924 | 1 Description: |
2 Safe automatic memory allocation. | |
3 | |
4 Files: | |
5 lib/allocsa.h | |
6 lib/allocsa.c | |
5394
0676d18c8e64
Distribute allocsa.valgrind.
Bruno Haible <bruno@clisp.org>
parents:
5273
diff
changeset
|
7 lib/allocsa.valgrind |
4924 | 8 m4/allocsa.m4 |
9 m4/eealloc.m4 | |
10 m4/longlong.m4 | |
11 m4/longdouble.m4 | |
12 | |
13 Depends-on: | |
5273 | 14 alloca-opt |
4924 | 15 |
16 configure.ac: | |
17 gl_ALLOCSA | |
18 | |
19 Makefile.am: | |
20 lib_SOURCES += allocsa.h allocsa.c | |
5394
0676d18c8e64
Distribute allocsa.valgrind.
Bruno Haible <bruno@clisp.org>
parents:
5273
diff
changeset
|
21 EXTRA_DIST += allocsa.valgrind |
4924 | 22 |
23 Include: | |
4925 | 24 #include "allocsa.h" |
4924 | 25 |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4925
diff
changeset
|
26 License: |
5797 | 27 LGPL |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4925
diff
changeset
|
28 |
4924 | 29 Maintainer: |
30 Bruno Haible |