This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
GNU Automake 1.8.2 released
- From: Alexandre Duret-Lutz <adl at gnu dot org>
- To: autotools-announce at gnu dot org, automake at gnu dot org
- Cc:
- Date: Tue, 13 Jan 2004 00:33:47 +0100
- Subject: GNU Automake 1.8.2 released
- Reply-to: bug-automake at gnu dot org
I'm embarassed to announce the release of Automake 1.8.2.
Any package built with Automake 1.8.1 (including Automake 1.8.1
itself) will fail to install on Tru64 due to a bug in install-sh.
Please trash 1.8.1.
You can find the new release here:
ftp://ftp.gnu.org/gnu/automake/automake-1.8.2.tar.gz
ftp://ftp.gnu.org/gnu/automake/automake-1.8.2.tar.gz.sig
ftp://ftp.gnu.org/gnu/automake/automake-1.8.2.tar.bz2
ftp://ftp.gnu.org/gnu/automake/automake-1.8.2.tar.bz2.sig
ftp://sources.redhat.com/pub/automake/automake-1.8.2.tar.gz
ftp://sources.redhat.com/pub/automake/automake-1.8.2.tar.gz.sig
ftp://sources.redhat.com/pub/automake/automake-1.8.2.tar.bz2
ftp://sources.redhat.com/pub/automake/automake-1.8.2.tar.bz2.sig
MD5 checksums:
7a8138b29361baec06548e6a0ac63189 automake-1.8.2.tar.bz2
181b4218ccd604898956f74f5877eb35 automake-1.8.2.tar.gz
Please report bugs to <bug-automake@gnu.org>.
Bug fixed in 1.8.2:
* A (well known) portability bug slipped in the changes made to
install-sh in Automake 1.8.1. The broken install-sh would refuse to
install anything on Tru64.
* Fix install rules for conditionally built python files. (This never
really worked.)