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

    automake  most recent diff


    version 1.11

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


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

      PortSystem 1.0

      Name: automake
      Version: 1.11
      Category: devel
      Maintainers: mww
      Description: the gnu automake utility for generating Makefile.in
      Platform: darwin freebsd
      Long Description: Automake is a tool for automatically generating Makefile.in files from files called Makefile.am. Each Makefile.am is basically a series of make variable definitions, with rules being thrown in occasionally. The generated Makefile.in files are compliant with the GNU Makefile standards.

      Homepage: http://www.gnu.org/software/automake/
      Master Sites: gnu
      Checksums: md5 4db4efe027e26b33930a7e151de19d0f sha1 1ae8c15d91b8eb8728c35cf0901a02782830e9de rmd160 65a65be39f9c1c43e1b65cfffe97fcce3f8eeb72
      use_bzip2 yes

      depends_build port:autoconf
      depends_lib path:bin/perl:perl5

      configure.args --infodir=${prefix}/share/info
      configure.perl ${prefix}/bin/perl

      test.run yes
      test.target check

      post-destroot {
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog ChangeLog.00 ChangeLog.01 ChangeLog.02 ChangeLog.03 ChangeLog.04 ChangeLog.96 ChangeLog.98 INSTALL NEWS README TODO THANKS ${destroot}${prefix}/share/doc/${name}
      }

      livecheck.type regex
      livecheck.url http://ftp.gnu.org/gnu/${name}/?C=M&O=D
      livecheck.regex automake-(\[0-9\\\.]+\[0-9\])\\.


    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/automake
      % sudo port install automake
      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 automake
      ---> Verifying checksum for automake
      ---> Extracting automake
      ---> Configuring automake
      ---> Building automake with target all
      ---> Staging automake into destroot
      ---> Installing automake
    - 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 automake with these commands:
      %  man automake
      % apropos automake
      % which automake
      % locate automake

     Where to find more information:

    Darwin Ports



    Lightbox this page.