automake-desc.xml 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <sect2><title>Contents of Automake</title>
  2. <para>Last checked against version &automake-contversion;.</para>
  3. <sect3><title>Program Files</title>
  4. <para>acinstall, aclocal, aclocal-1.6, automake, automake-1.6,
  5. compile, config.guess, config.sub, depcomp, elisp-comp, install-sh,
  6. mdate-sh, missing, mkinstalldirs, py-compile, ylwrap</para></sect3>
  7. <sect3><title>Descriptions</title>
  8. <sect4><title>acinstall</title>
  9. <para>acinstall is a script which installs aclocal-style M4 files.</para></sect4>
  10. <sect4><title>aclocal, aclocal-1.6</title>
  11. <para>automake includes a number of autoconf macros which can be used in
  12. packages, some of which are needed by automake in certain
  13. situations. These macros must be defined in the aclocal.m4-file
  14. or they will not be seen by autoconf.</para>
  15. <para>The aclocal program will automatically generate aclocal.m4 files
  16. based on the contents of configure.in. This provides a convenient
  17. way to get automake-provided macros without having to search around.
  18. Also, the aclocal mechanism is extensible for use
  19. by other packages.</para></sect4>
  20. <sect4><title>automake, automake-1.6</title>
  21. <para>To create all the Makefile.in's for a package, run the automake
  22. program in the top level directory, with no arguments. automake will
  23. automatically find each appropriate Makefile.am (by scanning
  24. configure.in) and generate the corresponding Makefile.in.</para></sect4>
  25. <sect4><title>compile</title>
  26. <para>compile is script which acts as a wrapper for compilers.</para></sect4>
  27. <sect4><title>config.guess</title>
  28. <para>config.guess is a script which attempts to guess a canonical system
  29. name.</para></sect4>
  30. <sect4><title>config.sub</title>
  31. <para>config.sub is a configuration validation subroutine script.</para></sect4>
  32. <sect4><title>depcomp</title>
  33. <para>depcomp is a script which compiles a program while generating
  34. dependencies as side-effects.</para></sect4>
  35. <sect4><title>elisp-comp</title>
  36. <para>elisp-comp is a script which byte-compiles .el files.</para></sect4>
  37. <sect4><title>install-sh</title>
  38. <para>install-sh is a script which installs a program, script, or a
  39. datafile.</para></sect4>
  40. <sect4><title>mdate-sh</title>
  41. <para>mdate-sh is a script which prints the modification time of a file
  42. or directory.</para></sect4>
  43. <sect4><title>missing</title>
  44. <para>missing is a script which acts as a common stub for a few missing
  45. GNU programs during an installation.</para></sect4>
  46. <sect4><title>mkinstalldirs</title>
  47. <para>mkinstalldirs is a script which makes a directory
  48. hierarchy.</para></sect4>
  49. <sect4><title>py-compile</title>
  50. <para>py-compile is a script which compiles a Python program.</para></sect4>
  51. <sect4><title>ylwrap</title>
  52. <para>ylwrap is a script which acts as a wrapper for lex/yacc
  53. invocations.</para></sect4>
  54. </sect3>
  55. </sect2>