[gxml/autotools_fixes: 3/9] Depend on a modern version of gobject-introspection
- From: Javier JardÃn <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gxml/autotools_fixes: 3/9] Depend on a modern version of gobject-introspection
- Date: Thu, 23 Aug 2012 17:48:45 +0000 (UTC)
commit 9283301c13aa9ea1cfd658710626fbc2a4daf409
Author: Javier JardÃn <jjardon gnome org>
Date: Fri Aug 24 02:01:59 2012 +0900
Depend on a modern version of gobject-introspection
configure.ac | 5 +--
m4/introspection.m4 | 103 ---------------------------------------------------
2 files changed, 1 insertions(+), 107 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index d03b1ed..9b72dfe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -67,9 +67,6 @@ AC_PROG_CC
AM_PROG_CC_C_O
AC_DISABLE_STATIC
-# Introspection
-m4_include(m4/introspection.m4)
-
# Internationalization
IT_PROG_INTLTOOL([0.35.0])
@@ -160,7 +157,7 @@ if test "x$enable_docs" = "xyes" -a "x$have_valadoc" != "xyes"; then
fi
# Check for GObject Introspection
-GOBJECT_INTROSPECTION_CHECK([0.6.7])
+GOBJECT_INTROSPECTION_CHECK([1.32.0])
AC_ARG_ENABLE([gi-system-install],
AS_HELP_STRING([--enable-gi-system-install], [Install GObject Introspection files along with system installed files [default=yes]]),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]