mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-16 17:25:08 +01:00
Minor fixups.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2849 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
db7ac2fe79
commit
fbd407f064
@ -72,20 +72,13 @@ libpng, libz, and so forth).</para></listitem>
|
|||||||
|
|
||||||
<para>During this stage you will see the following warning:</para>
|
<para>During this stage you will see the following warning:</para>
|
||||||
|
|
||||||
<blockquote><screen>configure: warning:
|
<blockquote><screen>configure: WARNING:
|
||||||
*** These auxiliary programs are missing or too old: msgfmt
|
*** These auxiliary programs are missing or incompatible versions: autoconf
|
||||||
*** some features will be disabled.
|
*** some features will be disabled.
|
||||||
*** Check the INSTALL file for required versions.</screen></blockquote>
|
*** Check the INSTALL file for required versions.</screen></blockquote>
|
||||||
|
|
||||||
<para>The missing <filename>msgfmt</filename> program (from the Gettext
|
<para>The missing or incompatible <filename>autoconf</filename> program is
|
||||||
package, which we'll install later) won't cause any problems. The
|
harmless and doesn't cause any problems.</para>
|
||||||
<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>Continue with compiling the package:</para>
|
<para>Continue with compiling the package:</para>
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ syntax is:</para>
|
|||||||
|
|
||||||
<para><screen><IP address> myhost.mydomain.org aliases</screen></para>
|
<para><screen><IP address> myhost.mydomain.org aliases</screen></para>
|
||||||
|
|
||||||
<para>You should made sure that the IP-address is in the private network
|
<para>You should make sure that the IP-address is in the private network
|
||||||
IP-address range. Valid ranges are:</para>
|
IP-address range. Valid ranges are:</para>
|
||||||
|
|
||||||
<para><screen> Class Networks
|
<para><screen> Class Networks
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
"/usr/share/docbook/docbookx.dtd" [
|
"/usr/share/docbook/docbookx.dtd" [
|
||||||
|
|
||||||
|
|
||||||
<!ENTITY version "20030918">
|
<!ENTITY version "20030919">
|
||||||
<!ENTITY releasedate "September 18th, 2003">
|
<!ENTITY releasedate "September 19th, 2003">
|
||||||
<!ENTITY nbsp " ">
|
<!ENTITY nbsp " ">
|
||||||
|
|
||||||
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
|
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
|
||||||
|
Loading…
Reference in New Issue
Block a user