GNOME Bugzilla – Bug 596506
Automagic handling of introspection support
Last modified: 2009-12-18 09:22:31 UTC
Created attachment 144111 [details] [review] Use introspection.m4 for introspection support detection Other modules include introspection.m4 and just use GOBJECT_INTROSPECTION_CHECK([version]) while pango uses a manual method (which is also automagic). The attached patch changes behaviour to conform with other modules, and in the process makes the generation of .gir files explicit.
+AC_SUBST(ACLOCAL_AMFLAGS, "-I m4 -I .") This is wrong. ACLOCAL_AMFLAGS belong into toplevel Makefile.am .
Created attachment 144128 [details] [review] Use introspection.m4 for introspection support detection Yes, you're right, the attached patch does exactly this now.
*** Bug 597764 has been marked as a duplicate of this bug. ***
*** This bug has been marked as a duplicate of bug 604770 ***