a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
name autoconf
version 2.61
categories devel
maintainers nomaintainer@macports.org
description Automatically configures software for compilation
long_description \
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.
homepage http://www.gnu.org/software/autoconf/
platforms darwin
master_sites gnu
use_bzip2 yes
checksums md5 36d3fe706ad0950f1be10c46a429efe0 \
sha1 cc4b2f1a3e41f5542594b089ecdf7974890b3190 \
rmd160 85c49124856eec74375f0a786d2aa7e6bd28a0e6
configure.args --mandir=${prefix}/share/man \
--infodir=${prefix}/share/info
depends_run port:perl5.8