This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Announce: Automake 1.5 release
- To: Automake List <automake at gnu dot org>
- Subject: Announce: Automake 1.5 release
- From: Tom Tromey <tromey at redhat dot com>
- Date: 23 Aug 2001 09:50:54 -0600
- Cc: info-gnu at gnu dot org
- List-Id: Discussion list for automake <automake.gnu.org>
- Reply-To: tromey at redhat dot com
We're pleased to announce that Automake 1.5 has finally been released.
Automake is a tool that generates GNU Coding Standards compliant
Makefile.in files from shorter template files called Makefile.am.
Automake 1.5 has many major changes from 1.4. For instance, there is
a new dependency tracking system which eliminates the requirement for
GNU make and gcc. Per-executable flags have been implemented.
Support for Python and compiled Java (using gcj) has been added.
The release is at ftp://ftp.gnu.org/gnu/automake/automake-1.5.tar.gz
(and mirrors of that site).
- The Automake Team