aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/autoconf-inst.xml
diff options
context:
space:
mode:
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>