openat: provide more convenience names
[pspp] / modules / malloc
index b1d496ccc47ec5a9198d6f948e437ecaf1d02af2..cc786684074b3191c43558149483a36782b00d97 100644 (file)
@@ -3,15 +3,21 @@ 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