
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@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