# $Id: Portfile 69401 2010-07-03 20:14:53Z ram@macports.org $ PortSystem 1.0 name autoconf version 2.66 revision 1 categories devel maintainers ram openmaintainer platforms darwin 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 if {[info exists supported_archs]} { supported_archs noarch } else { universal_variant no } checksums md5 d2d22a532ee0e4d6d86a02e6425ecfce \ sha1 1b446c7365f79d4c1f494e14602c6115df99af1a \ rmd160 cca0aa54b8f44d6160b0edd8665febf9365d7940 depends_lib path:bin/perl:perl5 \ port:m4 \ port:help2man patchfiles patch-lib_autoconf_status.m4.diff \ patch-lib_autoconf_types.m4.diff # 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+)