getline: Simplify.
[pspp] / modules / calloc
index 52c9594a8f90017cb6fa87f5f11c237368a6a604..8869bb18006897d57d44755392bd821e5248ccf1 100644 (file)
@@ -1,15 +1,18 @@
 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-posix
+calloc-gnu
 
 configure.ac:
-AC_FUNC_CALLOC
 
 Makefile.am: