diff options
author | wiz <wiz> | 2004-11-01 20:29:08 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-11-01 20:29:08 +0000 |
commit | b93b42e401962af735e1dab6452c647c9116c5ec (patch) | |
tree | 710402b98e22f8a2028b2f1475a638685871a808 | |
parent | 3708ac0e4937f23abf0a0708d397a34b347b4234 (diff) | |
download | pkgsrc-b93b42e401962af735e1dab6452c647c9116c5ec.tar.gz |
Update to 1.9.3:
Bugs fixed in 1.9.3:
* Bug introduced by 1.9:
- 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.
* Long standing bugs:
- Ignore comments from augmented variables, so that
FOO = foo # bar
FOO += baz
no longer results in `FOO = foo # bar baz'.
- `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'. Between 1.9 and 1.9.2 a program with such a name
would fail to build because half the code was assuming a program
was being built, while the other half was considering a library...
- `compile' now handles `*.obj' objects.
- `aclocal' recognizes AC_DEFUN_ONCE.
* Noteworthy manual updates:
- LIBOBJS: more documentation and an example setup.
- Libtool Convenience Libraries: show how to force the linker selection.
- Extending: more comments about install-data-hook vs install-exec-hook.
- Clean: document -local targets.
-rw-r--r-- | devel/automake/Makefile | 4 | ||||
-rw-r--r-- | devel/automake/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/automake/Makefile b/devel/automake/Makefile index fa651c0dfaa..c181f94df39 100644 --- a/devel/automake/Makefile +++ b/devel/automake/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.57 2004/09/28 09:38:17 wiz Exp $ +# $NetBSD: Makefile,v 1.58 2004/11/01 20:29:08 wiz Exp $ # -DISTNAME= automake-1.9.2 +DISTNAME= automake-1.9.3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=automake/} \ ftp://sources.redhat.com/pub/automake/ diff --git a/devel/automake/distinfo b/devel/automake/distinfo index fd40965cd5c..0db7dc32c80 100644 --- a/devel/automake/distinfo +++ b/devel/automake/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.22 2004/09/28 09:38:17 wiz Exp $ +$NetBSD: distinfo,v 1.23 2004/11/01 20:29:08 wiz Exp $ -SHA1 (automake-1.9.2.tar.bz2) = 08ffd24981591d414089046aa14afe88e469f954 -Size (automake-1.9.2.tar.bz2) = 731007 bytes +SHA1 (automake-1.9.3.tar.bz2) = d112217136632c0cdc73e27f4a4bea1a8af199aa +Size (automake-1.9.3.tar.bz2) = 737543 bytes SHA1 (patch-aa) = 5faa883609df5432dd0516e472587f191bc58ba4 |