aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/autoconf-inst.xml
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/autoconf-inst.xml
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/autoconf-inst.xml')
-rw-r--r--chapter06/autoconf-inst.xml16
1 files changed, 12 insertions, 4 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>