diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-09 22:44:26 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-09 22:44:26 +0000 |
commit | c76accc624f1e3f31072f7645f5faa19ccd697b6 (patch) | |
tree | 2e3f5344a8e43628e2a13972a9b416be4cb364db /chapter06/autoconf.xml | |
parent | 39892f15d118e2d7aa2fa937e1ce2f5b9ac09919 (diff) |
Miscellaneous adjustments.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3244 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/autoconf.xml')
-rw-r--r-- | chapter06/autoconf.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter06/autoconf.xml b/chapter06/autoconf.xml index 08e8ea51e..7401d1ab3 100644 --- a/chapter06/autoconf.xml +++ b/chapter06/autoconf.xml @@ -24,8 +24,7 @@ can automatically configure source code.</para> <screen><userinput>make</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> +<userinput>make check</userinput>. This takes a long time, about 2 SBUs.</para> <para>And install the package:</para> |