X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fmalloc;h=eb6ab6ac38b09678a5502f4e6f36514fe7cdce73;hb=723fc0b7b3a5d770a48945c1e1bca262a4c2615a;hp=20292863eb9cc957360a9eaa66c0e0cb02a46280;hpb=fda642ef9293e016846f81f5e7a0986f55eb5639;p=gnulib.git diff --git a/modules/malloc b/modules/malloc index 20292863e..eb6ab6ac3 100644 --- a/modules/malloc +++ b/modules/malloc @@ -1,18 +1,28 @@ Description: malloc() function that is glibc compatible. +Comment: +This module should not be used as a dependency from a test module, +otherwise when this module occurs as a tests-related module, it will +have side effects on the compilation of the main modules in lib/. + Files: lib/malloc.c Depends-on: +malloc-posix configure.ac: -AC_FUNC_MALLOC +gl_FUNC_MALLOC_GNU +AC_DEFINE([GNULIB_MALLOC_GNU], 1, [Define to indicate the 'malloc' module.]) Makefile.am: Include: +License: +LGPLv2+ + Maintainer: Jim Meyering