From: Stefano Lattarini Date: Fri, 26 Oct 2012 10:40:43 +0000 (+0200) Subject: news: 'compile' supports libfoo.a naming when wrapping Microsoft tools X-Git-Tag: v1.12.5~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83caec4ed340657634fff930f45d2c9e4d60007c;p=thirdparty%2Fautomake.git news: 'compile' supports libfoo.a naming when wrapping Microsoft tools This is a follow-up to commit 'v1.12.4-10-g3c5c939' of 2012-10-04, "compile: support libfoo.a naming when wrapping Microsoft tools". * NEWS (Bugs fixed in 1.12.5): Update. Signed-off-by: Stefano Lattarini --- diff --git a/NEWS b/NEWS index 4b505176b..1c8c4013f 100644 --- a/NEWS +++ b/NEWS @@ -69,6 +69,10 @@ Bugs fixed in 1.12.5: to regenerate the template corresponding to header files specified after the first one in AC_CONFIG_HEADERS (automake bug#12495). + - When wrapping Microsoft tools, the 'compile' script falls back to + finding classic 'libname.a' style libraries when 'name.lib' and + 'name.dll.lib' aren't available. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ New in 1.12.4: