diff options
Diffstat (limited to 'chapter05/gettext.xml')
-rw-r--r-- | chapter05/gettext.xml | 17 |
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> |