diff options
-rw-r--r-- | appendixa/automake-desc.xml | 3 | ||||
-rw-r--r-- | appendixa/automake-shortdesc.xml | 4 | ||||
-rw-r--r-- | appendixa/gettext-desc.xml | 3 | ||||
-rw-r--r-- | appendixa/gettext-shortdesc.xml | 2 | ||||
-rw-r--r-- | appendixb/appendixb.xml | 2 | ||||
-rw-r--r-- | chapter01/changelog.xml | 9 | ||||
-rw-r--r-- | chapter06/autoconf.xml | 10 | ||||
-rw-r--r-- | chapter06/automake.xml | 10 | ||||
-rw-r--r-- | chapter06/gettext.xml | 10 | ||||
-rw-r--r-- | entities/autoconf.ent | 6 | ||||
-rw-r--r-- | entities/automake.ent | 8 | ||||
-rw-r--r-- | entities/gettext.ent | 8 |
12 files changed, 49 insertions, 26 deletions
diff --git a/appendixa/automake-desc.xml b/appendixa/automake-desc.xml index c564278e8..c799cbcf8 100644 --- a/appendixa/automake-desc.xml +++ b/appendixa/automake-desc.xml @@ -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> diff --git a/appendixa/automake-shortdesc.xml b/appendixa/automake-shortdesc.xml index b81651a01..809525f4f 100644 --- a/appendixa/automake-shortdesc.xml +++ b/appendixa/automake-shortdesc.xml @@ -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> diff --git a/appendixa/gettext-desc.xml b/appendixa/gettext-desc.xml index 8d6495c42..13bb64745 100644 --- a/appendixa/gettext-desc.xml +++ b/appendixa/gettext-desc.xml @@ -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> diff --git a/appendixa/gettext-shortdesc.xml b/appendixa/gettext-shortdesc.xml index 07dfd694b..fc122b4bf 100644 --- a/appendixa/gettext-shortdesc.xml +++ b/appendixa/gettext-shortdesc.xml @@ -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> diff --git a/appendixb/appendixb.xml b/appendixb/appendixb.xml index 3a2f3760b..8d09270cb 100644 --- a/appendixb/appendixb.xml +++ b/appendixb/appendixb.xml @@ -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> diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index b890b1ad7..0e622daf5 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -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> diff --git a/chapter06/autoconf.xml b/chapter06/autoconf.xml index 0d43410fa..17bd6775e 100644 --- a/chapter06/autoconf.xml +++ b/chapter06/autoconf.xml @@ -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> diff --git a/chapter06/automake.xml b/chapter06/automake.xml index 8f52c9d58..db73750e9 100644 --- a/chapter06/automake.xml +++ b/chapter06/automake.xml @@ -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> diff --git a/chapter06/gettext.xml b/chapter06/gettext.xml index 63d473121..9858bbd47 100644 --- a/chapter06/gettext.xml +++ b/chapter06/gettext.xml @@ -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> diff --git a/entities/autoconf.ent b/entities/autoconf.ent index cfea727da..457606364 100644 --- a/entities/autoconf.ent +++ b/entities/autoconf.ent @@ -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"> diff --git a/entities/automake.ent b/entities/automake.ent index 7ce4b3295..b01e9b916 100644 --- a/entities/automake.ent +++ b/entities/automake.ent @@ -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"> diff --git a/entities/gettext.ent b/entities/gettext.ent index 03b8372dc..3ee9cf376 100644 --- a/entities/gettext.ent +++ b/entities/gettext.ent @@ -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"> |