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