Subject: CVS commit: pkgsrc/devel/automake
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 01/01/2005 10:38:44
Module Name:	pkgsrc
Committed By:	wiz
Date:		Sat Jan  1 10:38:44 UTC 2005
Modified Files:
	pkgsrc/devel/automake: Makefile distinfo
Log Message:
Update to 1.9.4.
Bugs fixed in 1.9.4:
* Longstanding bugs:
  - Portability nits in install-sh and mdata-sh.
  - Don't let `make install' fails if a _JAVA primary becomes empty
    because of conditionals.
  - Do not confuse CHANGELOG with ChangeLog on case-insensitive
    case-preserving file systems (likewise for all automatically
    distributed files).
  - Do not embed $DESTDIR in Python's byte-code files.
  - Work around programs that read stdin when checking for --version
    and --help options (when the `std-options' is used).
  - Fix AM_PATH_PYTHON to correctly define PYTHON as `:' when no minimum
    version was supplied and no interpreter is found.
* Noteworthy manual updates:
  - Conditional Subdirectories: more comments about non-distributed
    subdirectories.
  - Flag Variables Ordering: new FAQ entry.
  - Per-Object Flags: new FAQ entry.
To generate a diff of this commit:
cvs rdiff -r1.58 -r1.59 pkgsrc/devel/automake/Makefile
cvs rdiff -r1.23 -r1.24 pkgsrc/devel/automake/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.