2003-01-17 01:11:16 +00:00
|
|
|
<sect2><title> </title><para> </para></sect2>
|
|
|
|
|
2001-01-24 00:31:17 +00:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of Automake</title>
|
|
|
|
|
2003-01-17 01:11:16 +00:00
|
|
|
<para>Prepare Automake to be compiled:</para>
|
|
|
|
|
2003-01-19 15:36:47 +00:00
|
|
|
<para><screen><userinput>./configure --prefix=/usr</userinput></screen></para>
|
2003-01-17 01:11:16 +00:00
|
|
|
|
2003-05-11 16:09:30 +01:00
|
|
|
<para>Continue with compiling the package:</para>
|
|
|
|
|
|
|
|
<para><screen><userinput>make</userinput></screen></para>
|
|
|
|
|
2003-05-13 08:38:47 +01:00
|
|
|
<para><screen><userinput>make check</userinput></screen></para>
|
|
|
|
|
2003-05-11 16:09:30 +01:00
|
|
|
<para>And finish off installing the package:</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2003-01-17 01:11:16 +00:00
|
|
|
<para><screen><userinput>make install</userinput></screen></para>
|
|
|
|
|
2003-01-19 15:36:47 +00:00
|
|
|
<para>Create a necessary symbolic link:</para>
|
2003-01-17 01:11:16 +00:00
|
|
|
|
2003-01-19 15:36:47 +00:00
|
|
|
<para><screen><userinput>ln -s automake-1.7 /usr/share/automake</userinput></screen></para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
</sect2>
|