autoconf version 2.61 for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    autoconf  most recent diff


      View the most recent changes for the autoconf port at: autoconf.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for autoconf.
      The raw portfile for autoconf 2.61 is located here:
      http://autoconf.darwinports.com/dports/devel/autoconf/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/autoconf
      Google
      Web Darwinports.com



      # $Id: Portfile 33460 2008-01-27 14:25:32Z nox macports.org $

      PortSystem 1.0

      Name: autoconf
      Version: 2.61
      revision 1
      Category: devel
      Maintainers: nomaintainer
      Platform: 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

      post-patch {
      reinplace "s|'libtoolize'|'glibtoolize'|" ${worksrcpath}/bin/autoreconf.in
      }

      checksums md5 36d3fe706ad0950f1be10c46a429efe0 sha1 cc4b2f1a3e41f5542594b089ecdf7974890b3190 rmd160 85c49124856eec74375f0a786d2aa7e6bd28a0e6

      depends_lib bin:perl:perl5.8 port:m4 port:help2man

      depends_run port:libtool

      configure.args --mandir=${prefix}/share/man --infodir=${prefix}/share/info

      livecheck.check regex
      livecheck.url http://ftp.gnu.org/gnu/${name}/?C=M&O=D
      livecheck.regex ${name}-(\\d+\\.\\d+)

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/autoconf
      % sudo port install autoconf
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching autoconf
      ---> Verifying checksum for autoconf
      ---> Extracting autoconf
      ---> Configuring autoconf
      ---> Building autoconf with target all
      ---> Staging autoconf into destroot
      ---> Installing autoconf
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using autoconf with these commands:
      %  man autoconf
      % apropos autoconf
      % which autoconf
      % locate autoconf

     Where to find more information:

    Darwin Ports



    image test