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 664516 - librsvg sources tarball should ship introspection.m4
librsvg sources tarball should ship introspection.m4
Status: RESOLVED NOTABUG
Product: librsvg
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: librsvg maintainers
librsvg maintainers
Depends on:
Blocks:
 
 
Reported: 2011-11-21 22:28 UTC by Pacho Ramos
Modified: 2011-11-21 23:16 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pacho Ramos 2011-11-21 22:28:42 UTC
librsvg uses introspection macros. But since it does not include introspection.m4 file in the git tree or tarballs, anyone who wants to run
autoreconf (or autogen.sh) has to have to have gobject-introspection installed; otherwise, autoconf fails.
Comment 1 Christian Persch 2011-11-21 23:16:49 UTC
Yes, you do have to have introspection macros installed. But that's not a bug.