openbsd-ports/devel/autoconf/pkg/DESCR
brad 190c7d6e27 - remove FAKE=Yes
- add HOMEPAGE
- HAS_CONFIGURE -> CONFIGURE_STYLE
- add @comment with RCS id to PLIST
2000-06-25 07:22:45 +00:00

14 lines
583 B
Plaintext

Autoconf is an extensible package of m4 macros that produce shell
scripts to automatically configure software source code packages.
These scripts can adapt the packages to many kinds of UNIX-like
systems without manual user intervention. Autoconf creates a
configuration script for a package from a template file that lists the
operating system features that the package can use, in the form of m4
macro calls.
The FSF would make you believe that only gnu-m4 can handle autoconf.
As of OpenBSD 2.7, this is no longer true. This package does not depend
on gnu-m4.
WWW: ${HOMEPAGE}