From: Stefano Lattarini Date: Thu, 23 Feb 2012 21:00:49 +0000 (+0100) Subject: news: update w.r.t. change in quoting format X-Git-Tag: v1.11b~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8153d196fc594a7dc784faf2a26fdc33b8964f13;p=thirdparty%2Fautomake.git news: update w.r.t. change in quoting format * NEWS (New in 1.11.1a): State that we prefer to quote 'like this' or "like this" rather than `like this', as according to the new GCS recommendations. --- diff --git a/NEWS b/NEWS index 53a2f4679..b5b184e83 100644 --- a/NEWS +++ b/NEWS @@ -132,6 +132,10 @@ New in 1.11a: * Miscellaneous changes: + - 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. + - Automake has a new option '--print-libdir' that prints the path of the directory containing the Automake-provided scripts and data files.