aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorTimothy Bauscher <timothy@linuxfromscratch.org>2003-01-16 22:33:06 +0000
committerTimothy Bauscher <timothy@linuxfromscratch.org>2003-01-16 22:33:06 +0000
commit9f155018a6f72a06fab0dcd82c350d36a93922f5 (patch)
treedddcbf183b5ac6df1b92ddba42812b6409d9b3e7 /chapter06
parenta78a9b4e02079d83f77938de92389b3d8b862c8a (diff)
Billy's autoconf conversion.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2355 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/autoconf-inst.xml16
-rw-r--r--chapter06/autoconf.xml4
2 files changed, 14 insertions, 6 deletions
diff --git a/chapter06/autoconf-inst.xml b/chapter06/autoconf-inst.xml
index 1f7e7ce92..e4078e5aa 100644
--- a/chapter06/autoconf-inst.xml
+++ b/chapter06/autoconf-inst.xml
@@ -1,11 +1,19 @@
+<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
<sect2>
<title>Installation of Autoconf</title>
-<para>Install Autoconf by running the following commands:</para>
+<para>Prepare Autoconf to be compiled:</para>
-<para><screen><userinput>./configure --prefix=/usr &amp;&amp;
-make &amp;&amp;
-make install</userinput></screen></para>
+<para><screen><userinput>
+./configure --prefix=/usr</userinput></screen></para>
+
+<para>Continue with compiling the package:</para>
+
+<para><screen><userinput>make</userinput></screen></para>
+
+<para>And finish off installing the package:</para>
+
+<para><screen><userinput>make install</userinput></screen></para>
</sect2>
diff --git a/chapter06/autoconf.xml b/chapter06/autoconf.xml
index 5d6652a17..0331a04c9 100644
--- a/chapter06/autoconf.xml
+++ b/chapter06/autoconf.xml
@@ -5,8 +5,8 @@
<screen>Estimated build time: &autoconf-time;
Estimated required disk space: &autoconf-compsize;</screen>
-&c6-autoconf-inst;
-&aa-autoconf-desc;
+&aa-autoconf-shortdesc;
&aa-autoconf-dep;
+&c6-autoconf-inst;
</sect1>