automake.xml 954 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <sect1 id="ch-system-automake" xreflabel="Automake">
  2. <title>Installing Automake-&automake-version;</title>
  3. <?dbhtml filename="automake.html" dir="chapter06"?>
  4. <para>The Automake package contains programs for generating Makefiles for use
  5. with Autoconf.</para>
  6. <screen>&buildtime; &automake-time;
  7. &diskspace; &automake-compsize;</screen>
  8. &aa-automake-down;
  9. &aa-automake-dep;
  10. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  11. <sect2>
  12. <title>Installation of Automake</title>
  13. <para>Prepare Automake for compilation:</para>
  14. <screen><userinput>./configure --prefix=/usr</userinput></screen>
  15. <para>Compile the package:</para>
  16. <screen><userinput>make</userinput></screen>
  17. <para>To have the results tested, issue:
  18. <userinput>make check</userinput>. This takes a long time, about 5 SBUs.</para>
  19. <para>Install the package:</para>
  20. <screen><userinput>make install</userinput></screen>
  21. </sect2>
  22. &aa-automake-shortdesc;
  23. &aa-automake-desc;
  24. </sect1>