aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/gettext.xml
diff options
context:
space:
mode:
authorPierre Labastie <pieere@linuxfromscratch.org>2020-05-03 21:02:51 +0000
committerPierre Labastie <pieere@linuxfromscratch.org>2020-05-03 21:02:51 +0000
commitefcb3933433838b71f3a4a53ec1ac6d899aaec0b (patch)
treef0b1fb24d5ac7ebb93cc2deddefbc16938ea49d0 /chapter05/gettext.xml
parent9d719e24c33f9a2ecf8a5582cd811c43a8fa46c2 (diff)
Make the new book
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross-chap5@11831 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gettext.xml')
-rw-r--r--chapter05/gettext.xml17
1 files changed, 2 insertions, 15 deletions
diff --git a/chapter05/gettext.xml b/chapter05/gettext.xml
index ff064cb7e..a3baed723 100644
--- a/chapter05/gettext.xml
+++ b/chapter05/gettext.xml
@@ -52,16 +52,7 @@
<variablelist>
<title>The meaning of the configure option:</title>
-<!--
- <varlistentry>
- <term><parameter>EMACS="no"</parameter></term>
- <listitem>
- <para>This prevents the configure script from determining where to
- install Emacs Lisp files as the test is known to hang on some hosts.
- </para>
- </listitem>
- </varlistentry>
--->
+
<varlistentry>
<term><parameter>--disable-shared</parameter></term>
<listitem>
@@ -76,14 +67,10 @@
<screen><userinput remap="make">make</userinput></screen>
- <para>
- Due to the limited environment, running the test suite at this stage
- is not recommended.</para>
-
<para>Install the <command>msgfmt</command>, <command>msgmerge</command> and
<command>xgettext</command> programs:</para>
-<screen><userinput remap="install">cp -v gettext-tools/src/{msgfmt,msgmerge,xgettext} /tools/bin</userinput></screen>
+<screen><userinput remap="install">cp -v gettext-tools/src/{msgfmt,msgmerge,xgettext} /usr/bin</userinput></screen>
</sect2>