automake.xml 980 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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 4 SBUs,
  19. and is strictly optional.</para>
  20. <para>Install the package:</para>
  21. <screen><userinput>make install</userinput></screen>
  22. </sect2>
  23. &aa-automake-shortdesc;
  24. &aa-automake-desc;
  25. </sect1>