automake-desc.xml 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. <sect2><title>Contents of Automake</title>
  2. <para>Last checked against version &automake-contversion;.</para>
  3. <sect3><title>Program Files</title>
  4. <para>aclocal and automake</para></sect3>
  5. <sect3><title>Descriptions</title>
  6. <sect4><title>aclocal</title>
  7. <para>automake includes a number of autoconf macros which can be used in
  8. packages; some of them are actually required by automake in certain
  9. situations. These macros must be defined in the aclocal.m4-file;
  10. otherwise they will not be seen by autoconf.</para>
  11. <para>The aclocal program will automatically generate aclocal.m4 files
  12. based on the contents of configure.in. This provides a convenient
  13. way to get automake-provided macros, without having to search around.
  14. Also, the aclocal mechanism is extensible for use
  15. by other packages.</para></sect4>
  16. <sect4><title>automake</title>
  17. <para>To create all the Makefile.in's for a package, run the automake
  18. program in the top level directory, with no arguments. automake will
  19. automatically find each appropriate Makefile.am (by scanning
  20. configure.in) and generate the corresponding Makefile.in.</para></sect4>
  21. </sect3>
  22. </sect2>