| 1234567891011121314151617 | <sect2><title>Installation of Gettext</title><para>Install Gettext by running the following commands:</para><blockquote><literallayout>	<userinput>./configure --disable-nls &&</userinput>	<userinput>make -C lib &&</userinput>	<userinput>make -C intl &&</userinput>	<userinput>make -C src LDFLAGS=-all-static msgfmt &&</userinput>	<userinput>cp src/msgfmt $LFS/usr/bin</userinput></literallayout></blockquote></sect2>
 |