autoconf.xml 947 B

123456789101112131415161718192021222324252627282930313233343536
  1. <sect1 id="ch06-autoconf">
  2. <title>Installing Autoconf-&autoconf-version;</title>
  3. <?dbhtml filename="autoconf.html" dir="chapter06"?>
  4. <screen>Estimated build time: &autoconf-time;
  5. Estimated required disk space: &autoconf-compsize;</screen>
  6. &aa-autoconf-shortdesc;
  7. &aa-autoconf-dep;
  8. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  9. <sect2>
  10. <title>Installation of Autoconf</title>
  11. <para>Prepare Autoconf 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 can perform a number of
  16. checks to ensure it built correctly. Should you choose to run it, the
  17. following command will do so:</para>
  18. <screen><userinput>make check</userinput></screen>
  19. <para>And install the package:</para>
  20. <screen><userinput>make install</userinput></screen>
  21. </sect2>
  22. </sect1>