This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Automake 1.6.2 released.
- From: Alexandre Duret-Lutz <duret_g at lrde dot epita dot fr>
- To: automake at gnu dot org
- Date: Fri, 14 Jun 2002 10:33:30 +0200
- Subject: Automake 1.6.2 released.
We're pleased to announce the release of Automake 1.6.2
This is a bug fix release, and as such there is no new
features since Automake 1.6.1. The NEWS entry is appended.
You can find the new release here:
ftp://ftp.gnu.org/gnu/automake/automake-1.6.2.tar.gz
ftp://ftp.gnu.org/gnu/automake/automake-1.6.2.tar.bz2
ftp://sources.redhat.com/pub/automake/automake-1.6.2.tar.gz
ftp://sources.redhat.com/pub/automake/automake-1.6.2.tar.bz2
Soon it will also appear on the sources and GNU mirrors.
Follow these links for a list of them:
http://www.gnu.org/order/ftp.html
http://sources.redhat.com/mirrors.html
Please report bugs to <bug-automake@gnu.org>.
- Akim, Alexandre, and Tom
New in 1.6.2:
* Many bug fixes, including:
- Requiring the current version works.
- Fix "$@" portability issues (for Zsh).
- Fix output of dummy dependency files in presence of post-processed
Makefile.in's.
- Don't compute dependencies in background to avoid races with libtool.
- Fix handling of _OBJECTS variables for targets sharing source variables.
- Check dependency mode for Java when AM_PROG_GCJ is used.