From: Ralf Wildenhues Date: Mon, 1 Nov 2010 21:35:09 +0000 (+0100) Subject: Merge branch 'maint' X-Git-Tag: ng-0.5a~353 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3134dcba601c678a932066a99d1c91a56fc190d;p=thirdparty%2Fautomake.git Merge branch 'maint' --- d3134dcba601c678a932066a99d1c91a56fc190d diff --cc ChangeLog index 2bc75c873,18c5ff6bc..5fff04a04 --- a/ChangeLog +++ b/ChangeLog @@@ -1,25 -1,9 +1,31 @@@ + 2010-11-01 Ralf Wildenhues + + Add FAQ entry for bug reporting instructions. + * doc/automake.texi (Reporting Bugs): New section. + (Introduction): Refer to it. + +2010-10-07 Peter Rosin + + depcomp: add new one-pass depmode for MSVC 7 and later. + * lib/depcomp: Add new depmodes 'msvc7' and 'msvc7msys' which + make use of the -showIncludes option added in MSVC 7. + * m4/depend.m4 (_AM_DEPENDENCIES): Handle the new depmodes + similarly to 'msvisualcpp' and 'msvcmsys' as MSVC does not + support the -o option. + +2010-10-05 Jim Meyering + + dist-xz, dist-bzip2: don't hard-code -9: honor envvar settings + * lib/am/distdir.am (dist-xz): Do not hard-code xz's -9: that + made it impossible to override. Instead, use its XZ_OPT envvar, + defaulting to -9 if not defined. Thus no change in behavior + when XZ_OPT is not set, and now, this rule honors the setting + of that envvar when it is set. Suggested by Lasse Collin. + (dist-bzip2): Likewise for it's corresponding envvar: BZIP2. + * NEWS (Miscellaneous changes): Mention it. + * doc/automake.texi (The Types of Distributions): Describe the + newly enabled environment variables. + 2010-10-04 Stefano Lattarini Add support for newer python versions.