diff options
author | wiz <wiz@pkgsrc.org> | 2003-02-24 07:39:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-02-24 07:39:03 +0000 |
commit | 4b5b892d8e04ae41a918520acb83ccdb7b58c76f (patch) | |
tree | 4ea6df5977036bb00ec1282cd9bdc5fa5167f99f /devel/automake | |
parent | e51fac22c602dcb51314f4035ce871397b05f6d8 (diff) | |
download | pkgsrc-4b5b892d8e04ae41a918520acb83ccdb7b58c76f.tar.gz |
Update to 1.7.3.
Bugs fixed in 1.7.3:
* Fix stamp files numbering (when using multiple AC_CONFIG_HEADERS).
* Query distutils for `pythondir' and `pythonexecdir', instead of
using an hardcoded path. This should allow builds on 64-bit
distributions that usually use lib64/ instead of lib/.
* AM_PATH_PYTHON will also search for python2.3.
* elisp files are now built all at once instead of one by one. Besides
incurring a speed-up, this is required to support interdependent elisp files.
* Fix some incompatibilities with upcoming perl-5.10.
* Properly quote AC_PACKAGE_TARNAME and AC_PACKAGE_VERSION when defining
PACKAGE and VERSION.
* depcomp fixes:
- dashmstdout and dashXmstdout modes: don't use `-o /dev/null', this
is troublesome with gcc and Solaris compilers.
- makedepend mode: work with Libtool.
- support for ICC.
* better support for unusual gettext setups, such as multiple po/ directories:
- Flag missing po/ and intl/ directories as warnings, not errors.
- Disable these warnings if po/ does not exist.
* Noteworthy manual updates:
- New FAQ chapter.
- Document how AC_CONFIG_AUX_DIR interacts with missing files.
(Debian Bug #39542)
- Document `AM_YFLAGS = -d'.
Diffstat (limited to 'devel/automake')
-rw-r--r-- | devel/automake/Makefile | 4 | ||||
-rw-r--r-- | devel/automake/PLIST | 3 | ||||
-rw-r--r-- | devel/automake/distinfo | 6 |
3 files changed, 7 insertions, 6 deletions
diff --git a/devel/automake/Makefile b/devel/automake/Makefile index 5c5bf914482..4a38ee268f6 100644 --- a/devel/automake/Makefile +++ b/devel/automake/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2002/12/09 19:45:44 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2003/02/24 07:39:03 wiz Exp $ # -DISTNAME= automake-1.7.2 +DISTNAME= automake-1.7.3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=automake/} EXTRACT_SUFX= .tar.bz2 diff --git a/devel/automake/PLIST b/devel/automake/PLIST index fcd1d065e02..8d74255139c 100644 --- a/devel/automake/PLIST +++ b/devel/automake/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2002/10/03 19:31:51 wiz Exp $ +@comment $NetBSD: PLIST,v 1.5 2003/02/24 07:39:04 wiz Exp $ bin/aclocal bin/aclocal-${PKG_DIR_VERSION} bin/automake @@ -18,6 +18,7 @@ share/aclocal-${PKG_DIR_VERSION}/gcj.m4 share/aclocal-${PKG_DIR_VERSION}/header.m4 share/aclocal-${PKG_DIR_VERSION}/init.m4 share/aclocal-${PKG_DIR_VERSION}/install-sh.m4 +share/aclocal-${PKG_DIR_VERSION}/lead-dot.m4 share/aclocal-${PKG_DIR_VERSION}/lex.m4 share/aclocal-${PKG_DIR_VERSION}/lispdir.m4 share/aclocal-${PKG_DIR_VERSION}/maintainer.m4 diff --git a/devel/automake/distinfo b/devel/automake/distinfo index 9e52d7d0f54..5cb4d75014c 100644 --- a/devel/automake/distinfo +++ b/devel/automake/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2002/12/09 19:45:44 wiz Exp $ +$NetBSD: distinfo,v 1.11 2003/02/24 07:39:04 wiz Exp $ -SHA1 (automake-1.7.2.tar.bz2) = 9abb129be50de896f18a9deb73b10cfa6092105d -Size (automake-1.7.2.tar.bz2) = 530429 bytes +SHA1 (automake-1.7.3.tar.bz2) = 36f50bbbd7c1ef63832785199a4e909a99b4decf +Size (automake-1.7.3.tar.bz2) = 549386 bytes SHA1 (patch-aa) = 1c13380a46dc6c3bbd233164da547526c9cc5679 |