X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fmalloc;h=8fcb0a34c2b36f4474a688efa76508b70f442e3a;hb=2c69dae3c3108c58813a89ded73496c6fba33175;hp=1189aa44f6bc6a57ce7d9672c56befff21a24e5a;hpb=e8684643a28f1bf6a0839bf6a0c10f630c0f6335;p=gnulib.git diff --git a/modules/malloc b/modules/malloc index 1189aa44f..8fcb0a34c 100644 --- a/modules/malloc +++ b/modules/malloc @@ -1,22 +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 +AC_DEFINE([GNULIB_MALLOC_GNU], 1, [Define to indicate the 'malloc' module.]) Makefile.am: -EXTRA_DIST += malloc.c Include: License: -LGPL +LGPLv2+ Maintainer: Jim Meyering