summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rwxr-xr-xbuild-aux/config.rpath2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 179ceddd4c..a0ce8a17c4 100644
--- 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>.
diff --git a/build-aux/config.rpath b/build-aux/config.rpath
index c0d31f92af..1a07018281 100755
--- 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