maint.mk: remove useless semicolon and backslash
[gnulib.git] / modules / calloc
index 7506d28..cdeee11 100644 (file)
@@ -1,19 +1,26 @@
 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:
 
 Include:
 <stdlib.h>
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering