Avoid bootstrap warnings: Notice from module malloc: This module is deprecated. Use the module 'malloc-gnu' instead. Notice from module realloc: This module is deprecated. Use the module 'realloc-gnu' instead.
* bootstrap.conf (gnulib_modules): Use malloc-gnu and realloc-gnu modules, rather than malloc and realloc. The shorter-named modules are deprecated. --- bootstrap.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap.conf b/bootstrap.conf index 758631f..8ef0672 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -115,7 +115,7 @@ gnulib_modules=" isblank locale lstat - malloc + malloc-gnu manywarnings math mbrtowc @@ -133,7 +133,7 @@ gnulib_modules=" progname quotearg readlink - realloc + realloc-gnu regex rpmatch safe-read -- 2.1.4