From be4566f079b7ec81295e9588fcb57117ecc69e85 Mon Sep 17 00:00:00 2001 From: Bernhard Voelker Date: Mon, 4 Jan 2016 00:21:30 +0100 Subject: [PATCH] maint: don't use obsolete gnulib modules 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 19cc686e..73c64412 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -114,7 +114,7 @@ gnulib_modules=" isblank locale lstat - malloc + malloc-gnu manywarnings math mbrtowc @@ -132,7 +132,7 @@ gnulib_modules=" progname quotearg readlink - realloc + realloc-gnu regex rpmatch safe-read