aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/gettext-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/gettext-inst.xml')
-rw-r--r--chapter05/gettext-inst.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/chapter05/gettext-inst.xml b/chapter05/gettext-inst.xml
index b78d4c711..210ef82ae 100644
--- a/chapter05/gettext-inst.xml
+++ b/chapter05/gettext-inst.xml
@@ -6,13 +6,11 @@ Install Gettext by running the following commands:
</para>
<blockquote><literallayout>
-
<userinput>./configure --disable-nls &amp;&amp;</userinput>
<userinput>make -C lib &amp;&amp;</userinput>
<userinput>make -C intl &amp;&amp;</userinput>
<userinput>make -C src LDFLAGS=-all-static msgfmt &amp;&amp;</userinput>
<userinput>cp src/msgfmt $LFS/usr/bin</userinput>
-
</literallayout></blockquote>
</sect2>