Add CVS checkout update instructions.
[gnulib.git] / modules / malloc
index 824bd90..e571d3b 100644 (file)
@@ -1,16 +1,22 @@
 Description:
+malloc() function that is glibc compatible.
 
 Files:
 lib/malloc.c
-m4/malloc.m4
 
 Depends-on:
+malloc-posix
 
 configure.ac:
-jm_FUNC_MALLOC
+AC_FUNC_MALLOC
 
 Makefile.am:
 
 Include:
 <stdlib.h>
 
+License:
+LGPLv2+
+
+Maintainer:
+Jim Meyering