[gnome-shell] configure.ac: Remove old introspection infrastructure



commit 15b33189ae3629fc6d78513a7e297744864fb9c3
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Fri Jan 18 23:20:41 2013 -0500

    configure.ac: Remove old introspection infrastructure
    
    This hasn't been needed in quite some time.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=692052

 configure.ac |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 5367994..3f0421b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -198,16 +198,6 @@ fi
 
 # Sets GLIB_GENMARSHAL and GLIB_MKENUMS
 AM_PATH_GLIB_2_0()
-G_IR_SCANNER=`$PKG_CONFIG --variable=g_ir_scanner gobject-introspection-1.0`
-AC_SUBST(G_IR_SCANNER)
-G_IR_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0`
-AC_SUBST(G_IR_COMPILER)
-G_IR_GENERATE=`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0`
-AC_SUBST(G_IR_GENERATE)
-GIRDIR=`$PKG_CONFIG --variable=girdir gobject-introspection-1.0`
-AC_SUBST(GIRDIR)
-TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir gobject-introspection-1.0)"
-AC_SUBST(TYPELIBDIR)
 
 GTK_DOC_CHECK([1.15], [--flavour no-tmpl])
 



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