From: Bruno Haible Date: Tue, 24 Jan 2012 12:06:35 +0000 (+0100) Subject: havelib: Modern quoting. X-Git-Tag: v0.1~1216 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=f5883a30720ad6cdd0cfafee09c436e0ee5b1d4b;p=gnulib.git havelib: Modern quoting. * build-aux/config.rpath: Quote 'like this', not `like this', as per the recent change to the GNU coding standards. --- diff --git a/ChangeLog b/ChangeLog index 179ceddd4..a0ce8a17c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 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. * lib/stdint.in.h: Test __ANDROID__, not __BIONIC__. Reported by Simon Josefsson . diff --git a/build-aux/config.rpath b/build-aux/config.rpath index c0d31f92a..1a0701828 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