diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-12-03 22:04:22 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-12-03 22:04:22 +0000 |
commit | a8ec8bf082f948c05d73b59af57d9ab10bb1848c (patch) | |
tree | b68ae0983ecffb80947c9dcb1d34600ce45b9bdb /chapter06 | |
parent | 1a96a4ed261bf8bc2b2ccc895131e93a6ca2f84a (diff) |
Update acknowledgements.
Update to libtool-2.4.4.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10801 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/libtool.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chapter06/libtool.xml b/chapter06/libtool.xml index 5271dd5be..35f8b5419 100644 --- a/chapter06/libtool.xml +++ b/chapter06/libtool.xml @@ -50,12 +50,13 @@ <screen><userinput remap="make">make</userinput></screen> - <para>To test the results (about 3.0 SBU), issue:</para> + <para>To test the results (about 11.0 SBU), issue:</para> <screen><userinput remap="test">make check</userinput></screen> - <para>Five tests are known to fail in the LFS build envronment, - but all tests pass if rechecked after Chapter 6 is complete.</para> + <para>Five tests are known to fail in the LFS build envronment due + to a circular dependency, but all tests pass if rechecked after + automake is installed.</para> <para>Install the package:</para> |