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 /chapter05 | |
parent | 39892f15d118e2d7aa2fa937e1ce2f5b9ac09919 (diff) |
Miscellaneous adjustments.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3244 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/glibc.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 1340cc9c0..4e8ab7b66 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -58,10 +58,10 @@ strangely enough insists on linking against the host's libraries (libgd, libpng, libz, and so forth).</para></listitem> <listitem><para><userinput>--without-cvs</userinput>: This is meant to prevent -the Makefiles from attempting automatic CVS commits when using a CVS snapshot. -But it's not actually needed these days. We use it because it silences an -annoying but harmless warning about a missing <filename>autoconf</filename> -program.</para></listitem> +the Makefiles from attempting automatic CVS checkouts when using a CVS +snapshot. But it's not actually needed these days. We use it because it +suppresses an annoying but harmless warning about a missing +<command>autoconf</command> program.</para></listitem> </itemizedlist> <para>During this stage you might see the following warning:</para> |