Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
autoconf213: A GNU tool for automatically configuring source code.
- Summary
- GNU's Autoconf is a tool for configuring source code and Makefiles.
Using Autoconf, programmers can create portable and configurable
packages, since the person building the package is allowed to specify
various configuration options.
You should install Autoconf if you are developing software and you
would like to use it to create shell scripts that will configure your
source code packages. If you are installing Autoconf, you will also
need to install the GNU m4 package.
Note that the Autoconf package is not required for the end-user who
may be configuring software with an Autoconf-generated script;
Autoconf is only required for the generation of the scripts, not their
use.
Changelog
- * Wed Jan 22 04:00:00 2003 Tim Powers <timp{%}redhat{*}com>
- rebuilt
- * Thu Dec 12 04:00:00 2002 Elliot Lee <sopwith{%}redhat{*}com> 2.13-5
- Fix unpackaged file
- * Fri Jun 28 05:00:00 2002 Jens Petersen <petersen{%}redhat{*}com> 2.13-4
- update url (#66840)
- added doc files