Changeset fbd407f


Ignore:
Timestamp:
09/19/2003 01:52:09 PM (21 years ago)
Author:
Greg Schafer <greg@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, v5_0, v5_1, v5_1_1, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
05ca784
Parents:
db7ac2f
Message:

Minor fixups.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2849 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter05/glibc-inst.xml

    rdb7ac2f rfbd407f  
    7373<para>During this stage you will see the following warning:</para>
    7474
    75 <blockquote><screen>configure: warning:
    76 *** These auxiliary programs are missing or too old: msgfmt
     75<blockquote><screen>configure: WARNING:
     76*** These auxiliary programs are missing or incompatible versions: autoconf
    7777*** some features will be disabled.
    7878*** Check the INSTALL file for required versions.</screen></blockquote>
    7979
    80 <para>The missing <filename>msgfmt</filename> program (from the Gettext
    81 package, which we'll install later) won't cause any problems. The
    82 <filename>msgfmt</filename> is used to generate the binary translation
    83 files that can make your system talk in a different language. Because these
    84 translation files have already been generated for you, there is no need for
    85 <filename>msgfmt</filename>. You'd only need the program if you change the
    86 translation source files (the <filename>*.po</filename> files in the
    87 <filename class="directory">po</filename> subdirectory), which
    88 would require you to regenerate the binary files.</para>
     80<para>The missing or incompatible <filename>autoconf</filename> program is
     81harmless and doesn't cause any problems.</para>
    8982
    9083<para>Continue with compiling the package:</para>
  • chapter07/hosts.xml

    rdb7ac2f rfbd407f  
    99<para><screen>&lt;IP address&gt; myhost.mydomain.org aliases</screen></para>
    1010
    11 <para>You should made sure that the IP-address is in the private network
     11<para>You should make sure that the IP-address is in the private network
    1212IP-address range. Valid ranges are:</para>
    1313
  • index.xml

    rdb7ac2f rfbd407f  
    44
    55
    6 <!ENTITY version "20030918">
    7 <!ENTITY releasedate "September 18th, 2003">
     6<!ENTITY version "20030919">
     7<!ENTITY releasedate "September 19th, 2003">
    88<!ENTITY nbsp " ">
    99
Note: See TracChangeset for help on using the changeset viewer.