From f5883a30720ad6cdd0cfafee09c436e0ee5b1d4b Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 24 Jan 2012 13:06:35 +0100 Subject: [PATCH] havelib: Modern quoting. * build-aux/config.rpath: Quote 'like this', not `like this', as per the recent change to the GNU coding standards. --- ChangeLog | 6 ++++++ build-aux/config.rpath | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 179ceddd4c..a0ce8a17c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-01-24 Bruno Haible + + 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 stdint: Improve support for Android. 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 -- 2.39.5