aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorGreg Schafer <greg@linuxfromscratch.org>2003-09-19 13:52:09 +0000
committerGreg Schafer <greg@linuxfromscratch.org>2003-09-19 13:52:09 +0000
commitfbd407f0641693546bc2860b591f032845ee42ab (patch)
tree8e8521aaec18a023d002af367e7587e00448f8dc /chapter05
parentdb7ac2fe799eb4366f112c140a727474cc1cbb77 (diff)
Minor fixups.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2849 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/glibc-inst.xml15
1 files changed, 4 insertions, 11 deletions
diff --git a/chapter05/glibc-inst.xml b/chapter05/glibc-inst.xml
index fd83fb545..d6568f433 100644
--- a/chapter05/glibc-inst.xml
+++ b/chapter05/glibc-inst.xml
@@ -72,20 +72,13 @@ libpng, libz, and so forth).</para></listitem>
<para>During this stage you will see the following warning:</para>
-<blockquote><screen>configure: warning:
-*** These auxiliary programs are missing or too old: msgfmt
+<blockquote><screen>configure: WARNING:
+*** These auxiliary programs are missing or incompatible versions: autoconf
*** some features will be disabled.
*** Check the INSTALL file for required versions.</screen></blockquote>
-<para>The missing <filename>msgfmt</filename> program (from the Gettext
-package, which we'll install later) won't cause any problems. The
-<filename>msgfmt</filename> is used to generate the binary translation
-files that can make your system talk in a different language. Because these
-translation files have already been generated for you, there is no need for
-<filename>msgfmt</filename>. You'd only need the program if you change the
-translation source files (the <filename>*.po</filename> files in the
-<filename class="directory">po</filename> subdirectory), which
-would require you to regenerate the binary files.</para>
+<para>The missing or incompatible <filename>autoconf</filename> program is
+harmless and doesn't cause any problems.</para>
<para>Continue with compiling the package:</para>