From: Stefano Lattarini Date: Sat, 17 Mar 2012 08:54:35 +0000 (+0100) Subject: Merge branch 'maint' into branch-1.11 X-Git-Tag: v1.11.3b~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b99b4207ec0eb16ba9a3444bf29cb5d6ea0c7746;p=platform%2Fupstream%2Fautomake.git Merge branch 'maint' into branch-1.11 * maint: aclocal: remove a couple of useless imports aclocal: create local directory where to install m4 files Signed-off-by: Stefano Lattarini --- b99b4207ec0eb16ba9a3444bf29cb5d6ea0c7746 diff --cc NEWS index c352c7d,2b5f68f..51776d1 --- a/NEWS +++ b/NEWS @@@ -47,29 -43,6 +47,33 @@@ New in 1.11.3a - Automatic dependency tracking now works also with the IBM XL C/C++ compilers, thanks to the new new depmode 'xlc'. +Bugs fixed in 1.11.3a: + +* Bugs introduced by 1.11.3: + + - NONE YET + +* Bugs introduced by 1.11.2: + + - A definition of 'noinst_PYTHON' before 'python_PYTHON' (or similar) + don't cause spurious failures upon "make install" anymore. + +* Long-standing bugs: + + - It is now possible for a foo_SOURCES variable to hold Vala sources + together with C header files, as well as with sources and headers for + other supported languages (e.g., C++). Previously, only mixing C and + Vala sources was supported. + ++ - If "aclocal --install" is used, and the first directory specified with ++ '-I' is non-existent, aclocal will now create it before trying to copy ++ files in it. ++ + +New in 1.11.3: + +* Miscellaneous changes: + - Automake's own build system is more silent by default, making use of the 'silent-rules' option.