getline: Simplify.
[pspp] / modules / calloc
index 7506d2823e7d991ea1f32dac0eb5cd7f827b8008..8869bb18006897d57d44755392bd821e5248ccf1 100644 (file)
@@ -1,19 +1,26 @@
 Description:
 calloc() function that is glibc compatible.
 
+Status:
+deprecated
+
+Notice:
+This module is deprecated. Use the module 'calloc-gnu' instead.
+
 Files:
-lib/calloc.c
-m4/calloc.m4
 
 Depends-on:
+calloc-gnu
 
 configure.ac:
-AC_FUNC_CALLOC
 
 Makefile.am:
 
 Include:
 <stdlib.h>
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering