Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 09/21/2004 12:21:06
Module Name:	pkgsrc
Committed By:	wiz
Date:		Tue Sep 21 12:21:06 UTC 2004

Modified Files:
	pkgsrc/devel/automake: Makefile distinfo
	pkgsrc/doc: CHANGES TODO

Log Message:
Updated automake to 1.9.2:

Bugs fixed in 1.9.2 (10th anniversary release):
* Sort rm commands output for mostlyclean-generic, clean-generic,
  distclean-generic and maintainer-clean-generic, so that the produced
  Makefile is not sensible to the way Perl sorts its hashes.
* Support `+' in the name of directories given to `include'.
* Preserve spaces in the arguments of `compile'.
* `missing' will no longer try to emulate a tool that is run
  with `--version' or `--help' as argument.
* Noteworthy manual update:
  - There is a new chapter about the history of Automake.


To generate a diff of this commit:
cvs rdiff -r1.55 -r1.56 pkgsrc/devel/automake/Makefile
cvs rdiff -r1.20 -r1.21 pkgsrc/devel/automake/distinfo
cvs rdiff -r1.7194 -r1.7195 pkgsrc/doc/CHANGES
cvs rdiff -r1.2152 -r1.2153 pkgsrc/doc/TODO

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