stdint test: Fix compilation failure on OSF/1 with DTK compiler.
[gnulib.git] / modules / calloc
index 630ae92..cdeee11 100644 (file)
@@ -1,17 +1,20 @@
 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:
-EXTRA_DIST += calloc.c
 
 Include:
 <stdlib.h>