- make install DESTDIR=...
- fix BuildRoot
- fix post/preun requirements
- define all directories on ./configure line
- filter perl(Automake*) dependencies
- replace all tabs with spaces
- remove trailing dot from summary
- 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.
- Sort rm commands output for mostlyclean-generic, clean-generic,
distclean-generic and maintainer-clean-generic, so that the produced
Makefile is not sensitive to the way Perl sorts its hashes.
- Support `+' in the name of directories given to `include'.
- Preserve spaces in the arguments of `compile'.
- `missing' will no longer try to emulate a tool that is run with
`--version' or `--help' as argument.
- There is a new chapter about the history of Automake.
Wed Aug 11 2004 Daniel Reed <djr@redhat.com> - 1.9.1-1
- version bump
- Adjust #line directives in `parser.h' (when ylwrap is not used). (PR/432)
- Fix definition of YLWRAP when ylwrap is installed in a default aux
directory found in a parent package.
- Properly recognize AC_CANONICAL_BUILD and AC_CANONICAL_TARGET.