From 7b3535388c2e466b5525d70afb2ba878f900255f Mon Sep 17 00:00:00 2001 From: Collin Funk 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 63bf192cc3..b1b012ff74 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.47.2