X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fmalloc;h=eb6ab6ac38b09678a5502f4e6f36514fe7cdce73;hb=c47e73f47733362996652ecbb683347920a183b6;hp=d3cb7eeb7ecf62504a03f0aa4e2aea677f47634b;hpb=89861a8be877136ea47794016b00a5a095c30ea4;p=gnulib.git diff --git a/modules/malloc b/modules/malloc index d3cb7eeb7..eb6ab6ac3 100644 --- a/modules/malloc +++ b/modules/malloc @@ -1,13 +1,20 @@ 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: