From c18722b56d1c16d60d5c79dc96308838de7036d9 Mon Sep 17 00:00:00 2001 From: dreed Date: Mon, 1 Nov 2004 15:59:11 +0000 Subject: [PATCH] - version bump - Dependency tracking using mode "dashmstdout" or "dashXmstdout" did not work for libtool objects compiled with --tag (i.e., compiled with Libtool 1.5 or later). The compilation would succeed, but `depcomp' would emit a warning and not output any dependency information. - Ignore comments from augmented variables ... - `install-sh -d a/b/' failed to create `a/b/' because of the trailing `/'. - _PROGRAMS now always create programs. Before 1.9 it would mistakenly create a libtool library if the name of the program ended in `.la'. - `compile' now handles `*.obj' objects. - `aclocal' recognizes AC_DEFUN_ONCE. --- automake.spec | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/automake.spec b/automake.spec index 7ac9067..ebcb753 100644 --- a/automake.spec +++ b/automake.spec @@ -2,8 +2,8 @@ Summary: A GNU tool for automatically creating Makefiles. Name: automake -Version: %{api_version}.2 -Release: 3 +Version: %{api_version}.3 +Release: 1 License: GPL Group: Development/Tools Source: http://ftp.gnu.org/gnu/automake/automake-%{version}.tar.bz2 @@ -61,6 +61,15 @@ fi %dir %{_datadir}/aclocal %changelog +* Mon Nov 1 2004 Daniel Reed 1.9.3-1 +- version bump + - Dependency tracking using mode "dashmstdout" or "dashXmstdout" did not work for libtool objects compiled with --tag (i.e., compiled with Libtool 1.5 or later). The compilation would succeed, but `depcomp' would emit a warning and not output any dependency information. + - Ignore comments from augmented variables ... + - `install-sh -d a/b/' failed to create `a/b/' because of the trailing `/'. + - _PROGRAMS now always create programs. Before 1.9 it would mistakenly create a libtool library if the name of the program ended in `.la'. + - `compile' now handles `*.obj' objects. + - `aclocal' recognizes AC_DEFUN_ONCE. + * Tue Sep 28 2004 Warren Togami - 1.9.2-3 - trim docs