gnulib-tool.py: Regenerate aclocal.m4 before using 'autoconf -t ...'.
[gnulib.git] / modules / malloc-gnu
blobb0fa1739e8233b816d3ba598e8843ee5dfe12b7f
1 Description:
2 malloc() function that is glibc compatible.
4 Files:
5 lib/malloc.c
7 Depends-on:
8 malloc-posix
9 xalloc-oversized     [test $REPLACE_MALLOC_FOR_MALLOC_GNU = 1]
11 configure.ac:
12 gl_FUNC_MALLOC_GNU
13 if test $REPLACE_MALLOC_FOR_MALLOC_GNU = 1; then
14   AC_LIBOBJ([malloc])
16 gl_STDLIB_MODULE_INDICATOR([malloc-gnu])
18 Makefile.am:
20 Include:
21 <stdlib.h>
23 License:
24 LGPLv2+
26 Maintainer:
27 Jim Meyering