havelib: Modern quoting.
authorBruno Haible <bruno@clisp.org>
Tue, 24 Jan 2012 12:06:35 +0000 (13:06 +0100)
committerBruno Haible <bruno@clisp.org>
Tue, 24 Jan 2012 12:06:35 +0000 (13:06 +0100)
* build-aux/config.rpath: Quote 'like this', not `like this', as per
the recent change to the GNU coding standards.

ChangeLog
build-aux/config.rpath

index 179cedd..a0ce8a1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 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.
        * lib/stdint.in.h: Test __ANDROID__, not __BIONIC__.
        Reported by Simon Josefsson <simon@josefsson.org>.
index c0d31f9..1a07018 100755 (executable)
@@ -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