diff options
Diffstat (limited to 'chapter06/m4-inst.xml')
-rw-r--r-- | chapter06/m4-inst.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/m4-inst.xml b/chapter06/m4-inst.xml index 5c10def53..57e137bf8 100644 --- a/chapter06/m4-inst.xml +++ b/chapter06/m4-inst.xml @@ -5,21 +5,21 @@ <para>Prepare M4 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> |