Subject: CVS commit: pkgsrc/devel/automake
To: None <pkgsrc-changes@netbsd.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 02/24/2003 09:39:06
Module Name:	pkgsrc
Committed By:	wiz
Date:		Mon Feb 24 07:39:05 UTC 2003

Modified Files:
	pkgsrc/devel/automake: Makefile PLIST distinfo

Log Message:
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'.


To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 pkgsrc/devel/automake/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/devel/automake/PLIST
cvs rdiff -r1.10 -r1.11 pkgsrc/devel/automake/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.