md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT
[gnulib.git] / modules / calloc
index 7506d28..8869bb1 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