I changed the name of the putenv module to putenv-gnu a while ago. The
warning is a bit hard to see in all the ./bootstrap output.

This patch just silences:

    Notice from module putenv:
      This module is deprecated. Use the module 'putenv-gnu' instead.

Collin

>From 81ee20f2fd459b5c138fc3411540f32c4a5faecc Mon Sep 17 00:00:00 2001
From: Collin Funk <collin.fu...@gmail.com>
Date: Sun, 30 Jun 2024 20:54:58 -0700
Subject: [PATCH] maint: Silence deprecated module warning

* bootstrap.conf (gnulib_modules): Use putenv-gnu instead of putenv.
---
 bootstrap.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bootstrap.conf b/bootstrap.conf
index 63bf192cc..b1b012ff7 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -212,7 +212,7 @@ gnulib_modules="
   pthread-mutex
   pthread-thread
   pthread_sigmask
-  putenv
+  putenv-gnu
   quote
   quotearg
   randint
-- 
2.45.2

Reply via email to