From 32b8a433f1166b64ac4866b6f9b27284a60c4b52 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Fri, 6 Apr 2012 16:29:29 +0200 Subject: [PATCH] NEWS: automake build systems avoids make recursion Signed-off-by: Stefano Lattarini --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 3c0df1b..957ec82 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. -- 2.7.4