# $Id: Portfile 76630 2011-03-03 06:56:20Z ram@macports.org $ PortSystem 1.0 name autoconf epoch 1 version 2.68 revision 2 categories devel maintainers ram openmaintainer platforms darwin supported_archs noarch 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/ master_sites gnu use_bzip2 yes checksums md5 864d785215aa60d627c91fcb21b05b07 \ sha1 b534c293b22048c022b1ff3a372b9c03f26170b4 \ rmd160 8990457b60d27509a7dc9be595a5002a854af30f depends_lib port:perl5 \ port:m4 \ port:help2man # If libtool is eventually installed, it will provide glibtoolize (not libtoolize) post-patch { reinplace "s|'libtoolize'|'glibtoolize'|" ${worksrcpath}/bin/autoreconf.in } configure.perl ${prefix}/bin/perl test.run yes test.target check livecheck.type regex livecheck.url http://ftp.gnu.org/gnu/${name}/?C=M&O=D livecheck.regex ${name}-(\\d+\\.\\d+)