diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-12-03 23:57:25 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-12-03 23:57:25 +0000 |
commit | 10e1008b517d27523986b20fa7992cc36a2e864a (patch) | |
tree | 2b453c5dd5ab00605e44fe55ccbfb8b86576a7ed /chapter05/gettext.xml | |
parent | 2e1f2e6b5a8c37cf0df2e839ea776d834c032325 (diff) |
Upgraded to Gettext-0.13, Man-pages-1.64, Linux-2.4.23 and Psmisc-21.4.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3130 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gettext.xml')
-rw-r--r-- | chapter05/gettext.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/chapter05/gettext.xml b/chapter05/gettext.xml index 18a3d57c8..c59fe1175 100644 --- a/chapter05/gettext.xml +++ b/chapter05/gettext.xml @@ -24,10 +24,11 @@ Estimated required disk space: &gettext-compsize-tools;</screen> <para>This package has a test suite available which can perform a number of checks to ensure it built correctly. However, the Gettext test suite here in Chapter 5 is known to experience failures under certain host conditions -- for -example, if it finds a Java compiler on the host. The Gettext test suite takes -a very long time to run and is not considered critical. Therefore, we don't -recommend running it here. Should you choose to run it, the following command -will do so:</para> +example, if it finds a Java compiler on the host (Note: an experimental patch +to disable Java is available from the patches project). The Gettext test suite +takes a very long time to run and is not considered critical. Therefore, +we don't recommend running it here. Should you choose to run it, the following +command will do so:</para> <screen><userinput>make check</userinput></screen> |