[cantarell-fonts] build: Flip default to not rebuilding from source



commit 070941798c1a4430bbf004461ff7317174663aed
Author: Colin Walters <walters verbum org>
Date:   Tue Sep 25 18:48:29 2012 -0400

    build: Flip default to not rebuilding from source
    
    Per maintainer request.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=684800

 configure.ac |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index b4f5941..14b9278 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,8 +7,8 @@ AC_INIT([cantarell-fonts], [0.0.10.1],
 AM_INIT_AUTOMAKE([1.9 tar-ustar foreign dist-bzip2 no-dist-gzip])
 
 AC_ARG_ENABLE(source-rebuild,
-	    AS_HELP_STRING([--disable-source-rebuild], [Do not rebuild from source using fontforge]),,
-	    enable_source_rebuild=yes)
+	    AS_HELP_STRING([--enable-source-rebuild], [Rebuild from source using fontforge]),,
+	    enable_source_rebuild=no)
 AM_CONDITIONAL(SOURCE_REBUILD, test x$enable_source_rebuild != xno)
 
 PKG_PROG_PKG_CONFIG([0.19])
@@ -60,3 +60,10 @@ scripts/Makefile
 ])
 
 AC_OUTPUT
+
+echo "
+    $PACKAGE $VERSION
+    ===============
+
+    rebuild via fontforge: ${enable_source_rebuild}
+"



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