Mercurial > hg > octave-nkf > gnulib-hg
annotate modules/safe-alloc @ 15836:46afe93343fd
modf: Use a .m4 file.
* m4/modf.m4: New file.
* modules/modf (Files): Add it.
(configure.ac): Just invoke gl_FUNC_MODF.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Thu, 06 Oct 2011 01:21:12 +0200 |
parents | c1518e50c76f |
children |
rev | line source |
---|---|
11173 | 1 Description: |
2 A set of macros to make calls to alloc/calloc/realloc safer. | |
3 | |
4 Files: | |
5 lib/safe-alloc.h | |
6 lib/safe-alloc.c | |
7 m4/safe-alloc.m4 | |
8 | |
9 configure.ac: | |
10 gl_SAFE_ALLOC | |
11 | |
12 Makefile.am: | |
15233
c1518e50c76f
safe-alloc: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents:
11173
diff
changeset
|
13 lib_SOURCES += safe-alloc.c |
11173 | 14 |
15 Include: | |
16 "safe-alloc.h" | |
17 | |
18 License: | |
19 LGPLv2+ | |
20 | |
21 Maintainer: | |
22 David Lutterkort |