coreutils
[Top][All Lists]
Advanced

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

[PATCH 2/4] maint: use gnulib's gettext-h, not the gettext module


From: Jim Meyering
Subject: [PATCH 2/4] maint: use gnulib's gettext-h, not the gettext module
Date: Thu, 24 Nov 2011 22:26:28 +0100

From: Jim Meyering <address@hidden>

* bootstrap.conf (gnulib_modules): Use gnulib's gettext-h, not the
gettext module.  Not only is gettext-h far smaller (it has far fewer
dependencies than the gnulib module), but it does not suffer from
the problem with the gettext module whereby it adds a -I.../intl
option to compilation flags.  That can provoke warnings, since we
don't have such a directory.  We used to work around that via a
hack in bootstrap, but that was ugly and inefficient.
---
 bootstrap.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/bootstrap.conf b/bootstrap.conf
index cf15008..9238528 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -104,7 +104,7 @@ gnulib_modules="
   getopt-gnu
   getpagesize
   getpass-gnu
-  gettext
+  gettext-h
   gettime
   gettimeofday
   getugroups
-- 
1.7.8.rc3.31.g017d1




reply via email to

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