./devel/autoconf/2.62 [automatically configure source code on many Un*x platforms]
[+] Add this package to your ports tracker

[ CVSweb ] [ Homepage ] [ RSS feed ]

Version: 2.62p0, Package name: autoconf-2.62p0
Maintained by: Marc Espie
Required to run:
[devel/metaauto]
Required to build:
[devel/help2man]
Master sites:
Description
Autoconf is an extensible package of m4 macros that produce shell
scripts to automatically configure software source code packages.
These scripts allegedly 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.

This is autoconf${SUFFIX}.

The actual autoconf drivers for selecting autoconf version are in
the metaauto package.


MD5: bB87NzSZkDXXfaUCSqtPvQ=
RMD160: MWIgA43Q/BMf2T4fv+Qi98Z7QWQ=
Filesize: 1482.839 KB

Package available on: cdrom(), ftp()
Distfile available on: cdrom(), ftp()

Version History (View Complete History)
  • (2009-06-13) Updated to version: autoconf-2.62p0
  • (2008-08-20) Package added to openports.se, version autoconf-2.62 (created)
[show/hide] View available PLISTS (Can be a lot of data)
[show/hide] View known vulnerabilities

CVS Commit History:

   2009-06-12 13:22:57 by Matthieu Herrb | Files touched by this commit (2)
Log message:
Fix the AC_C_BIGENDIAN macro on macppc, by using the version of autoconf
2.63. The current version sets ac_cv_c_bigendian to 'universal' on those
machines thinking it's running Mac OS.
ok espie@, todd@, kili@.