X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Frealloc;h=d4f2167fca3f422ed9159e54a62e63eb1c388e06;hb=088612b229d8e01c9c2e6deef5af7d4477fe2ef0;hp=5aa68be1b96a4c25e7335d10772fee72dd3180ae;hpb=55623f58e71800a93cc925fc4771ba5fe9828c5c;p=gnulib.git diff --git a/modules/realloc b/modules/realloc index 5aa68be1b..d4f2167fc 100644 --- a/modules/realloc +++ b/modules/realloc @@ -1,13 +1,20 @@ Description: realloc() 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/realloc.c Depends-on: +realloc-posix configure.ac: -AC_FUNC_REALLOC +gl_FUNC_REALLOC_GNU +AC_DEFINE([GNULIB_REALLOC_GNU], 1, [Define to indicate the 'realloc' module.]) Makefile.am: @@ -15,7 +22,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Jim Meyering