Download List

Project Description

Automake is a tool for automatically generating Makefiles compliant with the GNU Coding Standards. It was inspired by the 4.4BSD make and include files, but aims to be portable and to conform to the GNU standards for Makefile variables and targets. Automake is a Perl script. The input files are called Makefile.am. The output files are called Makefile.in; They are intended for use with Autoconf. Automake requires certain things to be done in your configure.in. This package also includes the "aclocal" program. aclocal is a program to generate an 'aclocal.m4' based on the contents of 'configure.in'. It is useful as an extensible, maintainable mechanism for augmenting autoconf.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-04-26 01:08
1.8.4

Tags: Minor bugfixes

2004-03-25 07:47
1.8.3

Bugfixes and new manual sections.
Tags: Minor bugfixes

2004-01-16 05:34
1.8.2

A well known portability bug that slipped in the
changes made to install-sh in Automake 1.8.1 was
fixed. The broken install-sh would refuse to
install anything on Tru64. The install rules for
conditionally built python files were fixed. (This
never really worked previously.)
Tags: Major bugfixes

2003-12-14 07:54
1.8

This version does a better job of guessing default
source names. 'ar' flags have been moved to a
$ARFLAGS variable. Support for generating HTML
documentation (with texinfo 4.0+) was added. Rules for
rebuilding makefiles have been improved. Various other
features were added and bugs fixed.
Tags: Major feature enhancements

2003-07-14 13:31
1.7.6

depcomp's ICC mode was fixed for ICC 7.1. Calls
to AC_CONFIG_FILES and friends with too few
arguments are now diagnosed, and the way that
maintainer-clean removes autom4te.cache in VPATH
builds was fixed. AM_PATH_LISPDIR was fixed to
work with POSIXLY_CORRECT=3D1, and the location
reported in some diagnostics related to
AUTOMAKE_OPTIONS were fixed. Latin-1 characters
were removed from elisp-comp, and the manual's
@dircategory was updated to match the Free
Software Directory.
Tags: Minor bugfixes

Project Resources