[Kimchi-devel] [PATCH] [Wok] Use correct gettext package for building

Lucio Correia luciojhc at linux.vnet.ibm.com
Tue Dec 15 16:19:02 UTC 2015


The correct gettext package needs to be installed in each
distro in order autogen does not show the following error
messages:
warning: macro 'AM_GNU_GETTEXT' not found in library
warning: macro 'AM_GNU_GETTEXT_VERSION' not found in library

Signed-off-by: Lucio Correia <luciojhc at linux.vnet.ibm.com>
---
 docs/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/README.md b/docs/README.md
index 1965960..5a2e7c5 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -49,7 +49,7 @@ Install Dependencies
 
 **For Fedora and RHEL:**
 
-     $ sudo yum install gcc make autoconf automake gettext git \
+     $ sudo yum install gcc make autoconf automake gettext-devel git \
                         python-cherrypy python-cheetah python-imaging\
                         PyPAM m2crypto python-jsonschema rpm-build \
                         python-psutil python-ldap python-lxml \
-- 
1.9.1




More information about the Kimchi-devel mailing list