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/distinfo | |
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/distinfo')
-rw-r--r-- | devel/automake/distinfo | 6 |
1 files changed, 3 insertions, 3 deletions
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 |