strtod: Remove check for strtod, unless supporting old platforms.
[pspp] / modules / calloc
index 2d3bfc27666c41e51dcad4a59832ce48ab129e4f..cdeee11674d1ef377e2ba4354d9db49cf91a7962 100644 (file)
@@ -1,14 +1,18 @@
 Description:
 calloc() function that is glibc compatible.
 
+Status:
+obsolete
+
+Notice:
+This module is obsolete. Use the module 'calloc-gnu' instead.
+
 Files:
-lib/calloc.c
-m4/calloc.m4
 
 Depends-on:
+calloc-gnu
 
 configure.ac:
-AC_FUNC_CALLOC
 
 Makefile.am: