autoconf.xml 983 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. <sect1 id="ch-system-autoconf" xreflabel="Autoconf">
  2. <title>Installing Autoconf-&autoconf-version;</title>
  3. <?dbhtml filename="autoconf.html" dir="chapter06"?>
  4. <para>The Autoconf package contains programs for producing shell scripts that
  5. can automatically configure source code.</para>
  6. <screen>&buildtime; &autoconf-time;
  7. &diskspace; &autoconf-compsize;</screen>
  8. &aa-autoconf-down;
  9. &aa-autoconf-dep;
  10. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  11. <sect2>
  12. <title>Installation of Autoconf</title>
  13. <para>Prepare Autoconf 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 2 SBUs.</para>
  19. <para>And install the package:</para>
  20. <screen><userinput>make install</userinput></screen>
  21. </sect2>
  22. &aa-autoconf-shortdesc;
  23. &aa-autoconf-desc;
  24. </sect1>