findutils-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Findutils-patches] [PATCH 8/8] maint: don't use obsolete gnulib modules


From: Bernhard Voelker
Subject: [Findutils-patches] [PATCH 8/8] maint: don't use obsolete gnulib modules
Date: Mon, 4 Jan 2016 01:28:32 +0100

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]