summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2011-06-22 11:07:37 -0400
committerColin Walters <walters@verbum.org>2011-06-22 11:07:37 -0400
commit873539e2d2036201c59774cade461a9ff3891fc0 (patch)
treebca2dca7186dbd753c123e7d44aad2297030b93e /m4
parent8558c05f4b01f8b6764b679e7852756990d227d2 (diff)
downloadgtk+-873539e2d2036201c59774cade461a9ff3891fc0.tar.gz
introspection.m4: Update from g-i
This fixes substitution with dash.
Diffstat (limited to 'm4')
-rw-r--r--m4/introspection.m42
1 files changed, 0 insertions, 2 deletions
diff --git a/m4/introspection.m4 b/m4/introspection.m4
index 91b905139b..589721c5a0 100644
--- a/m4/introspection.m4
+++ b/m4/introspection.m4
@@ -58,9 +58,7 @@ m4_define([_GOBJECT_INTROSPECTION_CHECK_INTERNAL],
INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0`
INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0`
INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir gobject-introspection-1.0`
- INTROSPECTION_GIRDIR=${INTROSPECTION_GIRDIR/$datadir/\$(datadir)}
INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir gobject-introspection-1.0)"
- INTROSPECTION_TYPELIBDIR=${INTROSPECTION_TYPELIBDIR/$libdir/\$(libdir)}
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