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.

2002-08-02 11:00
1.6.3

This version includes support for AM_INIT_GETTEXT([external]), and incorporates some bugfixes, including a fix for Automake's own `make install' so that it works even if `ln' doesn't, fixes so that nobase_ programs and scripts honor --program-transform correctly, the erasing of configure.lineno during `make distclean', and the erasing of YACC and LEX outputs during `make maintainer-clean'.
Tags: Minor feature enhancements

2002-06-25 08:52
1.6.2

Various minor bugfixes were made.
Tags: Minor bugfixes

2002-05-19 17:54
1.6.1

2002-03-07 22:17
1.6

This version corrects a bug related to bash-2.05.
You now have to use s||| instead of s/// in the
sed invocation to support filenames which contain
slashes. Several fixes are also included.
Tags: Minor feature enhancements

2001-08-26 18:51
1.5

A new dependency tracking system which eliminates the requirement for GNU make
and gcc was added. Per-executable flags have been implemented. Support for
Python and compiled Java (using gcj) has been added.
Tags: Major feature enhancements

Project Resources