From: Ralf Wildenhues Date: Sun, 1 Aug 2010 07:38:34 +0000 (+0200) Subject: Merge branch 'msvc' X-Git-Tag: v1.11b~560 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f74062b38c05dcb9c187601ca922d9091ebf7360;p=platform%2Fupstream%2Fautomake.git Merge branch 'msvc' * msvc: Wrap some MSVC options in the compile script. --- f74062b38c05dcb9c187601ca922d9091ebf7360 diff --cc NEWS index 1c19909,54fac91..19e4548 --- a/NEWS +++ b/NEWS @@@ -15,14 -5,10 +15,17 @@@ New in 1.11a - The `lzma' compression scheme and associated automake option `dist-lzma' is obsoleted by `xz' and `dist-xz' due to upstream changes. + - "make dist" can now create lzip-compressed tarballs. + + - Messages of types warning or error from `automake' and `aclocal' are now + prefixed with the respective type, and presence of -Werror is noted. + + - The `compile' script now converts some options for MSVC for a better + user experience. + -Bugs fixed in 1.11.0a: +Bugs fixed in 1.11a: + + - Lots of minor bugfixes. * Bugs introduced by 1.11: