After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 596506 - Automagic handling of introspection support
Automagic handling of introspection support
Status: RESOLVED DUPLICATE of bug 604770
Product: pango
Classification: Platform
Component: general
1.26.x
Other Linux
: Normal normal
: ---
Assigned To: pango-maint
pango-maint
: 597764 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2009-09-27 14:03 UTC by Nirbheek Chauhan
Modified: 2009-12-18 09:22 UTC
See Also:
GNOME target: ---
GNOME version: 2.27/2.28


Attachments
Use introspection.m4 for introspection support detection (7.84 KB, patch)
2009-09-27 14:03 UTC, Nirbheek Chauhan
none Details | Review
Use introspection.m4 for introspection support detection (7.89 KB, patch)
2009-09-27 18:04 UTC, Nirbheek Chauhan
none Details | Review

Description Nirbheek Chauhan 2009-09-27 14:03:24 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.
Comment 1 Christian Persch 2009-09-27 16:50:25 UTC
+AC_SUBST(ACLOCAL_AMFLAGS, "-I m4 -I .")

This is wrong. ACLOCAL_AMFLAGS belong into toplevel Makefile.am .
Comment 2 Nirbheek Chauhan 2009-09-27 18:04:53 UTC
Created attachment 144128 [details] [review]
Use introspection.m4 for introspection support detection

Yes, you're right, the attached patch does exactly this now.
Comment 3 Behdad Esfahbod 2009-10-08 22:12:39 UTC
*** Bug 597764 has been marked as a duplicate of this bug. ***
Comment 4 Johan (not receiving bugmail) Dahlin 2009-12-18 09:22:31 UTC

*** This bug has been marked as a duplicate of bug 604770 ***