[glib-controller] build: Update the introspection.m4 file
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib-controller] build: Update the introspection.m4 file
- Date: Thu, 29 Apr 2010 16:22:10 +0000 (UTC)
commit 439ac34da367f5c71cbed18333c2bb11619fee9e
Author: Emmanuele Bassi <ebassi linux intel com>
Date: Thu Apr 29 17:20:20 2010 +0100
build: Update the introspection.m4 file
There have been changes upstream in the file since I copied it inside
JSON-GLib -- which is what I used as a quick template for the
autotooling of this project.
build/introspection.m4 | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/build/introspection.m4 b/build/introspection.m4
index f9ce49c..589721c 100644
--- a/build/introspection.m4
+++ b/build/introspection.m4
@@ -59,12 +59,18 @@ m4_define([_GOBJECT_INTROSPECTION_CHECK_INTERNAL],
INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0`
INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir gobject-introspection-1.0`
INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir gobject-introspection-1.0)"
+ INTROSPECTION_CFLAGS=`$PKG_CONFIG --cflags gobject-introspection-1.0`
+ INTROSPECTION_LIBS=`$PKG_CONFIG --libs gobject-introspection-1.0`
+ INTROSPECTION_MAKEFILE=`$PKG_CONFIG --variable=datadir gobject-introspection-1.0`/gobject-introspection-1.0/Makefile.introspection
fi
AC_SUBST(INTROSPECTION_SCANNER)
AC_SUBST(INTROSPECTION_COMPILER)
AC_SUBST(INTROSPECTION_GENERATE)
AC_SUBST(INTROSPECTION_GIRDIR)
AC_SUBST(INTROSPECTION_TYPELIBDIR)
+ AC_SUBST(INTROSPECTION_CFLAGS)
+ AC_SUBST(INTROSPECTION_LIBS)
+ AC_SUBST(INTROSPECTION_MAKEFILE)
AM_CONDITIONAL(HAVE_INTROSPECTION, test "x$found_introspection" = "xyes")
])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]