Autoconf version 2.65 - How to Download and Install on Mac OS X
Monday the 8th of February, 2010

    autoconf  most recent diff


    version 2.65

      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.65 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 60743 2009-11-21 19:01:14Z ram macports.org $

      PortSystem 1.0

      Name: autoconf
      Version: 2.65
      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 a6de1cc6434cd64038b0a0ae4e252b33 sha1 9126ffb8d7d59f38f305ef53e208531d4b75bb87 rmd160 250b0f46ae6f81fe47f30ae61335a2291d736197

      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.