automake.xml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <sect1 id="ch06-automake">
  2. <title>Installing Automake-&automake-version;</title>
  3. <?dbhtml filename="automake.html" dir="chapter06"?>
  4. <screen>Estimated build time: &automake-time;
  5. Estimated required disk space: &automake-compsize;</screen>
  6. &aa-automake-shortdesc;
  7. &aa-automake-dep;
  8. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  9. <sect2>
  10. <title>Installation of Automake</title>
  11. <para>Prepare Automake for compilation:</para>
  12. <screen><userinput>./configure --prefix=/usr</userinput></screen>
  13. <para>Compile the package:</para>
  14. <screen><userinput>make</userinput></screen>
  15. <para>This package has a test suite available which performs a number of
  16. checks to ensure it will function correctly. It's worth noting that Automake
  17. does not play a critical role in the overall operation of an LFS system. In
  18. addition, the Automake test suite runs for quite a long period of time.
  19. Accordingly, the running of the test suite here is not crucial. Should you
  20. choose to run the Automake test suite, the following command will do
  21. so:</para>
  22. <screen><userinput>make check</userinput></screen>
  23. <para>Install the package:</para>
  24. <screen><userinput>make install</userinput></screen>
  25. </sect2>
  26. </sect1>