aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorGreg Schafer <greg@linuxfromscratch.org>2003-12-18 02:45:43 +0000
committerGreg Schafer <greg@linuxfromscratch.org>2003-12-18 02:45:43 +0000
commitd64eaeb71c9664c86ae9e1682daa03765aba045f (patch)
tree738e156897ae61d5c09af86abd4ef81d5da01c60 /chapter06
parent84e4cae928b0fd16b3c6b22e2072304094beed3e (diff)
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
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/autoconf.xml10
-rw-r--r--chapter06/automake.xml10
-rw-r--r--chapter06/gettext.xml10
3 files changed, 21 insertions, 9 deletions
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>