From b9249f42c6b63b757d05f3eff80d504844b8b479 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 28 Aug 2010 23:54:20 +0200 Subject: [PATCH] realloc-gnu: Really add the module description. --- modules/realloc-gnu | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 modules/realloc-gnu 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 -- 2.11.0