Doc update.
[pspp] / modules / calloc-posix
index 49e3051488d696477db50f0644075897c53568b2..ef274ed490e60aaea03ffa6052dabfe21f5c053a 100644 (file)
@@ -4,12 +4,16 @@ calloc() function: allocate memory with indefinite extent.
 Files:
 lib/calloc.c
 m4/calloc.m4
+m4/malloc.m4
 
 Depends-on:
 stdlib
 
 configure.ac:
 gl_FUNC_CALLOC_POSIX
+if test $REPLACE_CALLOC = 1; then
+  AC_LIBOBJ([calloc])
+fi
 gl_STDLIB_MODULE_INDICATOR([calloc-posix])
 
 Makefile.am:
@@ -18,7 +22,7 @@ Include:
 <stdlib.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible