1 <sect1 id="ch-system-m4" xreflabel="M4">
2 <title>Installing M4-&m4-version;</title>
3 <?dbhtml filename="m4.html" dir="chapter06"?>
5 <para>The M4 package contains a macro processor.</para>
7 <screen>&buildtime; &m4-time;
8 &diskspace; &m4-compsize;</screen>
13 <sect2><title> </title><para> </para></sect2>
16 <title>Installation of M4</title>
18 <para>Prepare M4 for compilation:</para>
20 <screen><userinput>./configure --prefix=/usr</userinput></screen>
22 <para>Compile the package:</para>
24 <screen><userinput>make</userinput></screen>
26 <para>This package has a test suite available which can perform a number of
27 checks to ensure it built correctly. Should you choose to run it, the
28 following command will do so:</para>
30 <screen><userinput>make check</userinput></screen>
32 <para>And install the package:</para>
34 <screen><userinput>make install</userinput></screen>