Tests for module 'mbsinit'.
[gnulib.git] / modules / malloc
index 824bd90..cc78668 100644 (file)
@@ -1,16 +1,23 @@
 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
+AC_DEFINE([GNULIB_MALLOC_GNU], 1, [Define to indicate the 'malloc' module.])
 
 Makefile.am:
 
 Include:
 <stdlib.h>
 
+License:
+LGPLv2+
+
+Maintainer:
+Jim Meyering