X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Frealloc;h=42c7d70de768be16bfa674ec51257dc8669dd83c;hb=3864a29763baff1d01895a57f73729fd53cc5fbf;hp=56ce24d62097f2b6f56c97667940f1b0784bfe97;hpb=2e82f91f46dc3f93963b1e4fdcbc441c129df213;p=gnulib.git diff --git a/modules/realloc b/modules/realloc index 56ce24d62..42c7d70de 100644 --- a/modules/realloc +++ b/modules/realloc @@ -1,17 +1,31 @@ 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/. + +Status: +obsolete + +Notice: +This module is obsolete. Use the module 'realloc-gnu' instead. + Files: -lib/realloc.c -m4/realloc.m4 Depends-on: +realloc-gnu configure.ac: -jm_FUNC_REALLOC Makefile.am: Include: +License: +LGPLv2+ + +Maintainer: +Jim Meyering