]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
news: update w.r.t. change in quoting format
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 23 Feb 2012 21:00:49 +0000 (22:00 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 23 Feb 2012 21:00:49 +0000 (22:00 +0100)
* 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.

NEWS

diff --git a/NEWS b/NEWS
index 53a2f4679afb1fff6fb6300078abbc56c04b8206..b5b184e8376e74bc43558da7b6ae3fd3794e5d10 100644 (file)
--- 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.