changeset 16310:76d618058a2b

havelib: Modern quoting. * build-aux/config.rpath: Quote 'like this', not `like this', as per the recent change to the GNU coding standards.
author Bruno Haible <bruno@clisp.org>
date Tue, 24 Jan 2012 13:06:35 +0100
parents 90fd844fe314
children ca5972990d4f
files ChangeLog build-aux/config.rpath
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-01-24  Bruno Haible  <bruno@clisp.org>
+
+	havelib: Modern quoting.
+	* build-aux/config.rpath: Quote 'like this', not `like this', as per
+	the recent change to the GNU coding standards.
+
 2012-01-24  Bruno Haible  <bruno@clisp.org>
 
 	stdint: Improve support for Android.
--- a/build-aux/config.rpath
+++ b/build-aux/config.rpath
@@ -25,7 +25,7 @@
 #   known workaround is to choose shorter directory names for the build
 #   directory and/or the installation directory.
 
-# All known linkers require a `.a' archive for static linking (except MSVC,
+# All known linkers require a '.a' archive for static linking (except MSVC,
 # which needs '.lib').
 libext=a
 shrext=.so