From: Bruno Haible Date: Sat, 28 Aug 2010 21:54:20 +0000 (+0200) Subject: realloc-gnu: Really add the module description. X-Git-Tag: v0.1~3884 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=b9249f42c6b63b757d05f3eff80d504844b8b479;p=gnulib.git realloc-gnu: Really add the module description. --- diff --git a/modules/realloc-gnu b/modules/realloc-gnu new file mode 100644 index 000000000..d4f2167fc --- /dev/null +++ b/modules/realloc-gnu @@ -0,0 +1,28 @@ +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: +gl_FUNC_REALLOC_GNU +AC_DEFINE([GNULIB_REALLOC_GNU], 1, [Define to indicate the 'realloc' module.]) + +Makefile.am: + +Include: + + +License: +LGPLv2+ + +Maintainer: +Jim Meyering