- 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.
This commit is contained in:
dreed 2004-11-01 15:59:11 +00:00
parent b0d5c8e599
commit c18722b56d
1 changed files with 11 additions and 2 deletions

View File

@ -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 <djr@redhat.com> 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 <wtogami@redhat.com> - 1.9.2-3
- trim docs