Autoconf version 2.64 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    autoconf  most recent diff


    version 2.64

      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.64 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


      The autoconf Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0

      Name: autoconf
      Version: 2.64
      Revision: 2
      Category: devel
      Maintainers: ram openmaintainer
      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
      universal_variant no

      Checksums: md5 ef400d672005e0be21e0d20648169074 sha1 dfbcdbd7dd74a52130dda324e9d94ee0b8551466 rmd160 cf498949b3cc0a6bc465a50114c98750871bcf49

      depends_lib path:bin/perl: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

      livecheck.type 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



    Lightbox this page.