]> Savannah Git Hosting - gnulib.git/commitdiff
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 179ceddd4c686819e37ad7498b8eaaccc5fe942b..a0ce8a17c46dba3c9a1f2abeb6d5265f0622c9b0 100644 (file)
--- 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.
index c0d31f92af6ecf34bf841ba47286d3bb2d9710fc..1a0701828172aad0b521ad96735149fdd0bf1875 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