[gtksourceview] Relax the autoconf and automake requirements, GNOME bug #612964



commit 9d5efba46a078a6ccbfefb114eb2509951642958
Author: David King <davidk openismus com>
Date:   Mon Mar 15 12:02:46 2010 +0100

    Relax the autoconf and automake requirements, GNOME bug #612964

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 45c7495..20c3dd7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,10 +13,10 @@ AC_CONFIG_SRCDIR([gtksourceview/gtksourcebuffer.h])
 AC_CONFIG_HEADER([config.h])
 AC_CONFIG_MACRO_DIR([m4])
 
-AM_INIT_AUTOMAKE([1.11.1 dist-bzip2 no-dist-gzip])
+AM_INIT_AUTOMAKE([1.10.3 dist-bzip2 no-dist-gzip])
 AM_MAINTAINER_MODE([enable])
 
-AM_SILENT_RULES([yes])
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
 
 # Check for programs
 AC_PROG_CC



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