mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Upgraded to Autoconf-2.59, Automake-1.8 and Gettext-0.13.1.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3140 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
84e4cae928
commit
d64eaeb71c
@ -44,6 +44,9 @@ tree.</para>
|
||||
|
||||
<para><command>py-compile</command> compiles a Python program.</para>
|
||||
|
||||
<para><command>symlink-tree</command> is a script to create a symlink tree of
|
||||
a directory tree.</para>
|
||||
|
||||
<para><command>ylwrap</command> is a wrapper for lex and yacc.</para>
|
||||
|
||||
</sect2>
|
||||
|
@ -5,8 +5,8 @@
|
||||
<para>Automake generates Makefile.in files, intended for use with Autoconf.</para>
|
||||
|
||||
<para><emphasis>Installed programs</emphasis>: acinstall, aclocal,
|
||||
aclocal-1.7, automake, automake-1.7, compile, config.guess, config.sub,
|
||||
aclocal-1.8, automake, automake-1.8, compile, config.guess, config.sub,
|
||||
depcomp, elisp-comp, install-sh, mdate-sh, missing, mkinstalldirs, py-compile,
|
||||
ylwrap</para>
|
||||
symlink-tree, ylwrap</para>
|
||||
|
||||
</sect2>
|
||||
|
@ -12,6 +12,9 @@ character encoding aliases.</para>
|
||||
variables, describing how to set the runtime search path of shared libraries in an
|
||||
executable.</para>
|
||||
|
||||
<para><command>envsubst</command> substitutes environment variables in shell
|
||||
format strings.</para>
|
||||
|
||||
<para><command>gettext</command> translates a natural language message into
|
||||
the user's language, by looking up the translation in a message catalog.</para>
|
||||
|
||||
|
@ -8,7 +8,7 @@ localization. Programs can be compiled with Native Language Support
|
||||
language.</para>
|
||||
|
||||
<para><emphasis>Installed programs</emphasis>: autopoint, config.charset,
|
||||
config.rpath, gettext, gettextize, hostname, msgattrib, msgcat, msgcmp,
|
||||
config.rpath, envsubst, gettext, gettextize, hostname, msgattrib, msgcat, msgcmp,
|
||||
msgcomm, msgconv, msgen, msgexec, msgfilter, msgfmt, msggrep, msginit,
|
||||
msgmerge, msgunfmt, msguniq, ngettext, project-id, team-address, trigger,
|
||||
urlget, user-email and xgettext</para>
|
||||
|
@ -127,6 +127,7 @@ to which it belongs.</para>
|
||||
<listitem><para>elisp-comp : <xref linkend="aa-automake"/></para></listitem>
|
||||
<listitem><para>elvtune : <xref linkend="aa-utillinux"/></para></listitem>
|
||||
<listitem><para>env : <xref linkend="aa-coreutils"/></para></listitem>
|
||||
<listitem><para>envsubst : <xref linkend="aa-gettext"/></para></listitem>
|
||||
<listitem><para>enc2xs : <xref linkend="aa-perl"/></para></listitem>
|
||||
<listitem><para>eqn : <xref linkend="aa-groff"/></para></listitem>
|
||||
<listitem><para>e2n2graph : <xref linkend="aa-groff"/></para></listitem>
|
||||
@ -555,6 +556,7 @@ to which it belongs.</para>
|
||||
<listitem><para>swap : <xref linkend="aa-bootscripts"/></para></listitem>
|
||||
<listitem><para>swapoff : <xref linkend="aa-utillinux"/></para></listitem>
|
||||
<listitem><para>swapon : <xref linkend="aa-utillinux"/></para></listitem>
|
||||
<listitem><para>symlink-tree : <xref linkend="aa-automake"/></para></listitem>
|
||||
<listitem><para>sync : <xref linkend="aa-coreutils"/></para></listitem>
|
||||
<listitem><para>sysctl : <xref linkend="aa-procps"/></para></listitem>
|
||||
<listitem><para>sysklogd : <xref linkend="aa-bootscripts"/></para></listitem>
|
||||
|
@ -8,11 +8,11 @@
|
||||
|
||||
<listitem><para>Upgraded to:</para>
|
||||
<itemizedlist>
|
||||
<listitem><para>autoconf-2.58</para></listitem>
|
||||
<listitem><para>automake-1.7.9</para></listitem>
|
||||
<listitem><para>autoconf-2.59</para></listitem>
|
||||
<listitem><para>automake-1.8</para></listitem>
|
||||
<listitem><para>file-4.06</para></listitem>
|
||||
<listitem><para>gcc-3.3.2</para></listitem>
|
||||
<listitem><para>gettext-0.13</para></listitem>
|
||||
<listitem><para>gettext-0.13.1</para></listitem>
|
||||
<listitem><para>man-pages-1.64</para></listitem>
|
||||
<listitem><para>lfs-utils-0.4.2</para></listitem>
|
||||
<listitem><para>linux-2.4.23</para></listitem>
|
||||
@ -48,6 +48,9 @@
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem><para>December 17th, 2003 [greg]: Upgraded to Autoconf-2.59,
|
||||
Automake-1.8 and Gettext-0.13.1.</para></listitem>
|
||||
|
||||
<listitem><para>December 17th, 2003 [greg]: Chapter 6 - Kbd: Updated to new
|
||||
patch that also installs the man pages for the additional programs. Closes Bug
|
||||
726.</para></listitem>
|
||||
|
@ -20,9 +20,13 @@ Estimated required disk space: &autoconf-compsize;</screen>
|
||||
|
||||
<screen><userinput>make</userinput></screen>
|
||||
|
||||
<para>This package has a test suite available which can perform a number of
|
||||
checks to ensure it built correctly. Should you choose to run it, the
|
||||
following command will do so:</para>
|
||||
<para>This package has a test suite available which performs a number of
|
||||
checks to ensure it will function correctly. It's worth noting that Autoconf
|
||||
does not play a critical role in the overall operation of an LFS system. In
|
||||
addition, the Autoconf test suite runs for quite a long period of time.
|
||||
Accordingly, the running of the test suite here is not crucial. Should you
|
||||
choose to run the Autoconf test suite, the following command will do
|
||||
so:</para>
|
||||
|
||||
<screen><userinput>make check</userinput></screen>
|
||||
|
||||
|
@ -21,9 +21,13 @@ Estimated required disk space: &automake-compsize;</screen>
|
||||
|
||||
<screen><userinput>make</userinput></screen>
|
||||
|
||||
<para>This package has a test suite available which can perform a number of
|
||||
checks to ensure it built correctly. Should you choose to run it, the
|
||||
following command will do so:</para>
|
||||
<para>This package has a test suite available which performs a number of
|
||||
checks to ensure it will function correctly. It's worth noting that Automake
|
||||
does not play a critical role in the overall operation of an LFS system. In
|
||||
addition, the Automake test suite runs for quite a long period of time.
|
||||
Accordingly, the running of the test suite here is not crucial. Should you
|
||||
choose to run the Automake test suite, the following command will do
|
||||
so:</para>
|
||||
|
||||
<screen><userinput>make check</userinput></screen>
|
||||
|
||||
|
@ -21,9 +21,13 @@ Estimated required disk space: &gettext-compsize;</screen>
|
||||
|
||||
<screen><userinput>make</userinput></screen>
|
||||
|
||||
<para>This package has a test suite available which can perform a number of
|
||||
checks to ensure it built correctly. Should you choose to run it, the
|
||||
following command will do so (and takes a very long time):</para>
|
||||
<para>This package has a test suite available which performs a number of
|
||||
checks to ensure it will function correctly. It's worth noting that Gettext
|
||||
does not play a critical role in the overall operation of an LFS system. In
|
||||
addition, the Gettext test suite runs for quite a long period of time.
|
||||
Accordingly, the running of the test suite here is not crucial. Should you
|
||||
choose to run the Gettext test suite, the following command will do
|
||||
so:</para>
|
||||
|
||||
<screen><userinput>make check</userinput></screen>
|
||||
|
||||
|
@ -6,9 +6,9 @@
|
||||
<!ENTITY aa-autoconf-dep SYSTEM "../appendixa/autoconf-dep.xml">
|
||||
<!ENTITY aa-autoconf-down SYSTEM "../appendixa/autoconf-down.xml">
|
||||
|
||||
<!ENTITY autoconf-version "2.58">
|
||||
<!ENTITY autoconf-depversion "2.52">
|
||||
<!ENTITY autoconf-contversion "2.57">
|
||||
<!ENTITY autoconf-version "2.59">
|
||||
<!ENTITY autoconf-depversion "2.59">
|
||||
<!ENTITY autoconf-contversion "2.59">
|
||||
<!ENTITY autoconf-dir "autoconf-&autoconf-version;">
|
||||
<!ENTITY autoconf-package "autoconf-&autoconf-version;.tar.bz2">
|
||||
<!ENTITY autoconf-size "903 KB">
|
||||
|
@ -6,12 +6,12 @@
|
||||
<!ENTITY aa-automake-dep SYSTEM "../appendixa/automake-dep.xml">
|
||||
<!ENTITY aa-automake-down SYSTEM "../appendixa/automake-down.xml">
|
||||
|
||||
<!ENTITY automake-version "1.7.9">
|
||||
<!ENTITY automake-depversion "1.5">
|
||||
<!ENTITY automake-contversion "1.7.6">
|
||||
<!ENTITY automake-version "1.8">
|
||||
<!ENTITY automake-depversion "1.8">
|
||||
<!ENTITY automake-contversion "1.8">
|
||||
<!ENTITY automake-dir "automake-&automake-version;">
|
||||
<!ENTITY automake-package "automake-&automake-version;.tar.bz2">
|
||||
<!ENTITY automake-size "564 KB">
|
||||
<!ENTITY automake-size "694 KB">
|
||||
|
||||
<!ENTITY automake-compsize "6.8 MB">
|
||||
<!ENTITY automake-time "5.3 SBU">
|
||||
|
@ -8,12 +8,12 @@
|
||||
<!ENTITY aa-gettext-dep SYSTEM "../appendixa/gettext-dep.xml">
|
||||
<!ENTITY aa-gettext-down SYSTEM "../appendixa/gettext-down.xml">
|
||||
|
||||
<!ENTITY gettext-version "0.13">
|
||||
<!ENTITY gettext-depversion "0.10.40">
|
||||
<!ENTITY gettext-contversion "0.13">
|
||||
<!ENTITY gettext-version "0.13.1">
|
||||
<!ENTITY gettext-depversion "0.13.1">
|
||||
<!ENTITY gettext-contversion "0.13.1">
|
||||
<!ENTITY gettext-dir "gettext-&gettext-version;">
|
||||
<!ENTITY gettext-package "gettext-&gettext-version;.tar.gz">
|
||||
<!ENTITY gettext-size "6,376 KB">
|
||||
<!ENTITY gettext-size "6,306 KB">
|
||||
|
||||
<!ENTITY gettext-compsize-tools "55 MB">
|
||||
<!ENTITY gettext-time-tools "7.2 SBU">
|
||||
|
Loading…
Reference in New Issue
Block a user