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 471528 - m4 macros needed to rebuild configure aren't shipped with 2.13.x
m4 macros needed to rebuild configure aren't shipped with 2.13.x
Status: RESOLVED FIXED
Product: pygobject
Classification: Bindings
Component: general
2.13.x
Other Solaris
: Normal minor
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2007-08-29 19:29 UTC by Tim Mooney
Modified: 2008-09-09 21:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tim Mooney 2007-08-29 19:29:56 UTC
Older versions of pygobject included an m4 directory with macros like as-ac-expand.m4, etc.  These are needed if one needs to rebuild configure from source, such as when one needs to use a newer version of libtool because the one included with the product has some problem on the build platform.

The m4 directory is no longer shipped with 2.13.2.  Can we have it and the necessary m4 file(s) back, please?
Comment 1 Daniel Macks 2008-06-02 07:25:26 UTC
Dup of Bug #496011 
Comment 2 Paul Pogonyshev 2008-09-09 21:07:54 UTC
Fixed long ago with this change:

2008-03-02  Johan Dahlin  <johan@gnome.org>

	* Makefile.am: Dist .m4 files.
	(#496011, Ed Catmur)