diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-01-10 05:54:40 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-01-10 05:54:40 +0000 |
commit | 16dc51dbe9a50e866d635cbaf53600b0082af68f (patch) | |
tree | 5374a025f69ab668fb9480969b92c66ef7a226b7 /chapter06 | |
parent | 320cf3bbb7e6a5d409660fa7c479417a1a189aa3 (diff) |
Update to linux-4.20.1.
Update to diffutils-3.7.
Update to tar-1.31.
Update to man-db-2.8.5.
Update to bash-5.0.
Update to readline-8.0.
Update to iproute2-4.20.0.
Update to util-linux-2.33.1.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11499 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/autoconf.xml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/chapter06/autoconf.xml b/chapter06/autoconf.xml index d90c1b731..6652747fd 100644 --- a/chapter06/autoconf.xml +++ b/chapter06/autoconf.xml @@ -52,11 +52,13 @@ <para>Compile the package:</para> <screen><userinput remap="make">make</userinput></screen> - - <para>To test the results, issue:</para> +<!-- + <para>To test the results, issue:</para>--> + <para>The test suite is currently broken by bash-5 and libtool-2.4.3. + To run the tests anyway, issue:</para> <screen><userinput remap="test">make check</userinput></screen> - +<!-- <para>This takes a long time, about &autoconf-ch6-sbu-tests; SBUs. In addition, several tests are skipped that use Automake. For full test coverage, Autoconf can be re-tested after Automake has been installed. In addition, @@ -67,7 +69,7 @@ <command>TESTSUITEFLAGS=-j<N></command> to the line above. For instance, using -j4 can reduce the test time by over 60 percent.</para></note> - +--> <para>Install the package:</para> <screen><userinput remap="install">make install</userinput></screen> |