From: Peter Rosin Date: Tue, 6 Mar 2012 08:24:49 +0000 (+0100) Subject: Merge branch 'msvc' into branch-1.11 X-Git-Tag: v1.11.3b~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0092d1f9114b740cc4bb64186f33429773355b45;p=platform%2Fupstream%2Fautomake.git Merge branch 'msvc' into branch-1.11 * msvc: scripts: support -I -L and -l for cl in compile --- 0092d1f9114b740cc4bb64186f33429773355b45 diff --cc NEWS index 12beca9,c7d9c94..8570b10 --- a/NEWS +++ b/NEWS @@@ -25,33 -24,19 +25,37 @@@ New in 1.11.3a search path are looked up is probably going to be changed in the next Automake release (1.12). - - The obsolescent AM_WITH_REGEX macro has been deprecated (since the - GNU rx library has been decommissioned), and will be removed in the - next major Automake release (1.12). + - The Automake support for automatic de-ANSI-fication will be removed + in the next major Automake release (1.12). -* Changes to aclocal: + - Starting from the next Automake release (1.12), warnings in the + `extra-portability' category will be enabled by `-Wall' (right now, + one has to use `-Wextra-portability' explicitly). - - The `--acdir' option is deprecated. Now you should use the new options - `--automake-acdir' and `--system-acdir' instead. +* Miscellaneous changes: - - The `ACLOCAL_PATH' environment variable is now interpreted as a - colon-separated list of additional directories to search after the - automake internal acdir (by default ${prefix}/share/aclocal-APIVERSION) - and before the system acdir (by default ${prefix}/share/aclocal). + - The 'ar-lib' script now ignores the "s" (symbol index) and "S" (no + symbol index) modifiers as well as the "s" action, as the symbol index + is created unconditionally by Microsoft lib. Also, the "q" (quick) + action is now a synonym for "r" (replace). Also, the script has been + ignoring the "v" (verbose) modifier already since Automake 1.11.3. + ++ - When the 'compile' script is used to wrap MSVC, it now accepts an ++ optional space between the -I, -L and -l options and their respective ++ arguments, for better POSIX compliance. ++ +Bugs fixed in 1.11.3a: + +* Bugs introduced by 1.11.3: + + - NONE YET + +* Long-standing bugs: + + - NONE YET + + +New in 1.11.3: * Miscellaneous changes: