CVSweb ] [
Homepage ] [ | 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( Distfile available on: cdrom( |
| Version History (View Complete 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@. |