autoconf-desc.xml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <sect2><title>Contents of Autoconf-&autoconf-contversion;</title>
  2. <sect3><title>Program Files</title>
  3. <para>autoconf, autoheader, autoreconf, autoscan, autoupdate and
  4. ifnames</para></sect3>
  5. <sect3><title>Descriptions</title>
  6. <sect4><title>autoconf</title>
  7. <para>autoconf is a tool for producing shell scripts that automatically
  8. configure software source code packages to adapt to many kinds of
  9. UNIX-like systems. The configuration scripts produced by autoconf are
  10. independent of autoconf when they are run, so their users do not need to
  11. have autoconf.</para></sect4>
  12. <sect4><title>autoheader</title>
  13. <para>The autoheader program can create a template file of C #define
  14. statements for configure to use</para></sect4>
  15. <sect4><title>autoreconf</title>
  16. <para>If there are a lot of autoconf-generated configure scripts, the
  17. autoreconf program can save some work. It runs autoconf (and
  18. autoheader, where appropriate) repeatedly to remake the autoconf
  19. configure scripts and configuration header templates in the directory
  20. tree rooted at the current directory.</para></sect4>
  21. <sect4><title>autoscan</title>
  22. <para>The autoscan program can help to create a configure.in file for
  23. a software package. autoscan examines source files in the directory
  24. tree rooted at a directory given as a command line argument, or the
  25. current directory if none is given. It searches the source files for
  26. common portability problems and creates a file configure.scan which
  27. is a preliminary configure.in for that package.</para></sect4>
  28. <sect4><title>autoupdate</title>
  29. <para>The autoupdate program updates a configure.in file that calls
  30. autoconf macros by their old names to use the current
  31. macro names.</para></sect4>
  32. <sect4><title>ifnames</title>
  33. <para>ifnames can help when writing a configure.in for a software
  34. package. It prints the identifiers that the package already uses in C
  35. preprocessor conditionals. If a package has already been set up to
  36. have some portability, this program can help to figure out what its
  37. configure needs to check for. It may help fill in some gaps in a
  38. configure.in generated by autoscan.</para></sect4>
  39. </sect3>
  40. </sect2>