From: Stefano Lattarini Date: Fri, 6 Apr 2012 14:29:29 +0000 (+0200) Subject: NEWS: automake build systems avoids make recursion X-Git-Tag: v1.11b~6^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32b8a433f1166b64ac4866b6f9b27284a60c4b52;p=thirdparty%2Fautomake.git NEWS: automake build systems avoids make recursion Signed-off-by: Stefano Lattarini --- diff --git a/NEWS b/NEWS index 3c0df1b8f..957ec826b 100644 --- a/NEWS +++ b/NEWS @@ -178,6 +178,9 @@ New in 1.11a: * Miscellaneous changes: + - The build system of Automake itself now avoids the use of make + recursion as much as possible. + - Automake now prefers to quote 'like this' or "like this", rather than `like this', in diagnostic message and generated Makefiles, to accommodate the new GNU Coding Standards recommendations.