autoconf-desc.xml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2><title>Descriptions</title>
  3. <para>(Last checked against version &autoconf-contversion;.)</para>
  4. <sect3><title>Program file descriptions</title>
  5. <para><command>autoconf</command> is a tool for producing shell scripts
  6. that automatically configure software source code packages to adapt to many
  7. kinds of Unix-like systems. The configuration scripts it produces are
  8. independent -- running them does not require the autoconf program.</para>
  9. <para><command>autoheader</command> is a tool for creating template files
  10. of C #define statements for configure to use.</para>
  11. <para><command>autom4te</command> is a wrapper for the M4 macro
  12. processor.</para>
  13. <para><command>autoreconf</command> comes in handy when there are a lot
  14. of autoconf-generated configure scripts around. The program runs autoconf and
  15. autoheader repeatedly (where appropriate) to remake the autoconf configure
  16. scripts and configuration header templates in a given directory tree.</para>
  17. <para><command>autoscan</command> can help to create a
  18. <filename>configure.in</filename> file for a software package. It examines
  19. the source files in a directory tree, searching them for common portability
  20. problems and creates a <filename>configure.scan</filename> file that serves as
  21. as a preliminary <filename>configure.in</filename> for the package.</para>
  22. <para><command>autoupdate</command> modifies a
  23. <filename>configure.in</filename> file that still calls autoconf macros
  24. by their old names to use the current macro names.</para>
  25. <para><command>ifnames</command> can be helpful when writing a
  26. <filename>configure.in</filename> for a software package. It prints the
  27. identifiers that the package uses in C preprocessor conditionals. If a package
  28. has already been set up to have some portability, this program can help to
  29. determine what <userinput>configure</userinput> needs to check. It can fill
  30. in some gaps in a <filename>configure.in</filename> file generated by
  31. autoscan.</para>
  32. </sect3>
  33. </sect2>