diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-25 08:50:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-25 08:50:59 +0000 |
commit | 5e65da54f31020489ac673520d79491f2933f47a (patch) | |
tree | eef7719527763559408ed33f6d0ffa1852eed6a5 | |
parent | b597ec27862f016a17afefbd7f7f5a94b55d7a62 (diff) | |
download | pkgsrc-5e65da54f31020489ac673520d79491f2933f47a.tar.gz |
Update to 1.7.1:
Bugs fixed in 1.7.1:
* Honor `ansi2knr' for files built in subdirectories, or using per-targets
flags.
* Aclocal should now recognize macro names containing parentheses, e.g.
AC_DEFUN([AC_LANG_PREPROC(Fortran 90)], [...]).
* Erase *.sum and *.log files created by DejaGnu, during `make distclean'.
(Debian Bug#153697)
* Install Python files even if they were built. (PR/369)
* Have stamp-vti dependent upon configure instead of configure.ac, as the
version might not be defined in the latter. (PR/358)
* Reorder arguments passed to a couple of commands, so things works
when POSIXLY_CORRECT=1.
* Fix a regex that can cause Perl to segfault on large input.
(Debian Bug#162583)
* Fix distribution of packages that have some sources defined conditionally,
as in the `Conditional compilation using Automake conditionals' example
of the manual.
* Fix spurious test suite failures on IRIX.
* Don't report a required variable as undefined if it has been
defined conditionally for the "right" conditions.
* Fix cleaning of the /tmp subdirectory used by `make distcheck', in case
`make distcheck' fails.
* Fix distribution of included Makefile fragment, so we don't create
spurious directories in the distribution. (PR/366)
* Don't complain that a target lacks `.$(EXEEXT)' when it has it.
-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 e914d9843d9..c5fcae9dd16 100644 --- a/devel/automake/Makefile +++ b/devel/automake/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2002/10/03 19:31:51 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2002/10/25 08:50:59 wiz Exp $ # -DISTNAME= automake-1.7 +DISTNAME= automake-1.7.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=automake/} EXTRACT_SUFX= .tar.bz2 diff --git a/devel/automake/distinfo b/devel/automake/distinfo index 970eacdc8e4..9c83020492c 100644 --- a/devel/automake/distinfo +++ b/devel/automake/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2002/10/03 19:31:51 wiz Exp $ +$NetBSD: distinfo,v 1.9 2002/10/25 08:50:59 wiz Exp $ -SHA1 (automake-1.7.tar.bz2) = 37bc530b44f9d784d23b07e89b3ed8aea8e86cdd -Size (automake-1.7.tar.bz2) = 514456 bytes +SHA1 (automake-1.7.1.tar.bz2) = b038e1ae4da2dcbebe59df9d40de433455087cdb +Size (automake-1.7.1.tar.bz2) = 519635 bytes SHA1 (patch-aa) = 1c13380a46dc6c3bbd233164da547526c9cc5679 |