home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 7 / FreshFishVol7.bin / bbs / gnu / autoconf-1.11-src.lha / GNU / src / amiga / autoconf-1.11 / README < prev    next >
Text File  |  1993-07-22  |  2KB  |  31 lines

  1. Autoconf -- generate automatic software configuration scripts from templates
  2.  
  3. Autoconf is an extensible package of m4 macros that produce shell
  4. scripts to automatically configure software source code packages.
  5. These scripts can adapt the packages to many kinds of UNIX-like
  6. systems without manual user intervention.  Autoconf creates a
  7. configuration script for a package from a template file that lists the
  8. operating system features that the package can use, in the form of m4
  9. macro calls.
  10.  
  11. Autoconf requires GNU m4.  The configuration scripts produced by
  12. Autoconf are independent of Autoconf when they are run, so their users
  13. do not need to have Autoconf (or GNU m4).
  14.  
  15. The file INSTALL can be distributed with packages that use
  16. Autoconf-generated configure scripts and Makefiles that conform to the
  17. GNU coding standards.  The package's README can just give an overview
  18. of the package, where to report bugs, and a pointer to INSTALL for
  19. instructions on compilation and installation.  This removes the need
  20. to maintain many similar sets of installation instructions.
  21.  
  22. The file `acconfig.h' contains short descriptions of the C preprocessor
  23. variables that Autoconf can define, suitable for copying into other
  24. packages' configuration headers or Makefile.in files.  You can use the
  25. program `autoheader' to automatically creates a configuration header
  26. from a `configure.in', based on the information in `acconfig.h'.
  27.  
  28. Mail suggestions and bug reports for Autoconf to
  29. bug-gnu-utils@prep.ai.mit.edu.  Please include the Autoconf version
  30. number, which you can get by running "autoconf --version".
  31.