diff options
Diffstat (limited to 'chapter06/autoconf.xml')
-rw-r--r-- | chapter06/autoconf.xml | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/chapter06/autoconf.xml b/chapter06/autoconf.xml index beba644f8..08e8ea51e 100644 --- a/chapter06/autoconf.xml +++ b/chapter06/autoconf.xml @@ -23,15 +23,9 @@ can automatically configure source code.</para> <screen><userinput>make</userinput></screen> -<para>This package has a test suite available which performs a number of -checks to ensure it will function correctly. It's worth noting that Autoconf -does not play a critical role in the overall operation of an LFS system. In -addition, the Autoconf test suite runs for quite a long period of time. -Accordingly, the running of the test suite here is not crucial. Should you -choose to run the Autoconf test suite, the following command will do -so:</para> - -<screen><userinput>make check</userinput></screen> +<para>To have the results tested, issue: +<userinput>make check</userinput>.This takes a long time, about 2 SBUs, +and is strictly optional.</para> <para>And install the package:</para> |