diff options
Diffstat (limited to 'chapter06/autoconf-inst.xml')
-rw-r--r-- | chapter06/autoconf-inst.xml | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/chapter06/autoconf-inst.xml b/chapter06/autoconf-inst.xml index 557f6753d..34bdaad56 100644 --- a/chapter06/autoconf-inst.xml +++ b/chapter06/autoconf-inst.xml @@ -1,17 +1,11 @@ <sect2> <title>Installation of Autoconf</title> -<para> -Install Autoconf by running the following commands: -</para> +<para>Install Autoconf by running the following commands:</para> -<para> -<screen> -<userinput>./configure --prefix=/usr &&</userinput> +<para><screen><userinput>./configure --prefix=/usr &&</userinput> <userinput>make &&</userinput> -<userinput>make install</userinput> -</screen> -</para> +<userinput>make install</userinput></screen></para> </sect2> |