diff options
Diffstat (limited to 'chapter06/libtool-inst.xml')
-rw-r--r-- | chapter06/libtool-inst.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/libtool-inst.xml b/chapter06/libtool-inst.xml index 934057bd2..352c5200c 100644 --- a/chapter06/libtool-inst.xml +++ b/chapter06/libtool-inst.xml @@ -5,20 +5,20 @@ <para>Prepare Libtool for compilation:</para> -<para><screen><userinput>./configure --prefix=/usr</userinput></screen></para> +<screen><userinput>./configure --prefix=/usr</userinput></screen> <para>Compile the package:</para> -<para><screen><userinput>make</userinput></screen></para> +<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><screen><userinput>make check</userinput></screen></para> +<screen><userinput>make check</userinput></screen> <para>And install the package:</para> -<para><screen><userinput>make install</userinput></screen></para> +<screen><userinput>make install</userinput></screen> </sect2> |