[cantarell-fonts: 4/5] (Re)build fonts with FontForge by default when making.



commit 41de2ff7c5076cba9ea490f70358576f72ae281b
Author: Nikolaus Waxweiler <madigens gmail com>
Date:   Fri Jan 1 22:38:29 2016 +0100

    (Re)build fonts with FontForge by default when making.
    
    Why was this even off?

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ba3b084..453ad31 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,14 +1,14 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.53)
 
-AC_INIT([cantarell-fonts], [0.0.18.1],
+AC_INIT([cantarell-fonts], [0.0.20],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=cantarell-fonts])
 
 AM_INIT_AUTOMAKE([1.9 tar-ustar foreign dist-bzip2 no-dist-gzip])
 
 AC_ARG_ENABLE(source-rebuild,
            AS_HELP_STRING([--enable-source-rebuild], [Rebuild from source using fontforge]),,
-           enable_source_rebuild=no)
+           enable_source_rebuild=yes)
 AM_CONDITIONAL(SOURCE_REBUILD, test x$enable_source_rebuild != xno)
 
 PKG_PROG_PKG_CONFIG([0.19])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]