From d0bbf001644c18cbd37c9ebadff05132d6b848b7 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Fri, 7 Feb 2014 08:09:47 +0100 Subject: [PATCH] Explain previous commit. Here the commit notes that should have been used. Some fixes to make compilation with CC=g++ work. A nasty problem is the issue with uint64_t, cf. http://lists.gnu.org/archive/html/autoconf/2014-02/msg00012.html Besides that, it's the usual stuff related to casts and `extern "C"'. Finally, please note that there is a buglet in the current gnulib, cf. http://lists.gnu.org/archive/html/bug-gnulib/2014-02/msg00001.html Hopefully, it gets fixed before I release 1.00... --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 16ee0e4..348105d 100644 --- a/README +++ b/README @@ -27,7 +27,7 @@ to read its manual page. A GUI to the library is `ttfautohintGUI'; it uses the Qt4 framework. The compilation of this application can be disabled with the `--without-qt' -configuration option. +option of the `configure' script. ----------------------------------------------------------------------------- -- 2.11.4.GIT