findutils-patches
[Top][All Lists]
Advanced

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

[Findutils-patches] [PATCH 2/3] maint: change from gettext to gettext-h


From: Bernhard Voelker
Subject: [Findutils-patches] [PATCH 2/3] maint: change from gettext to gettext-h gnulib module
Date: Sat, 11 May 2019 22:12:29 +0200

This avoids this bootstrap warning:
  Notice from module gettext:
    This module is obsolete. Use the module 'gettext-h' instead to make
    your program capable of internationalization, when GNU gettext is also
    used.

* bootstrap.conf (gnulib_modules): s/gettext/&-h/
---
 bootstrap.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bootstrap.conf b/bootstrap.conf
index 8ad22165..06d2f71e 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -105,7 +105,7 @@ gnulib_modules="
     getdelim
     getline
     getopt-gnu
-    gettext
+    gettext-h
     gettimeofday
     git-version-gen
     gnupload
-- 
2.21.0




reply via email to

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