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 496013 - pygtk tarball does not ship m4 files
pygtk tarball does not ship m4 files
Status: RESOLVED FIXED
Product: pygtk
Classification: Bindings
Component: general
2.12.x
Other Linux
: Normal major
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2007-11-12 00:47 UTC by Ed Catmur
Modified: 2007-12-12 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22


Attachments
pygtk-dist-m4.patch (343 bytes, patch)
2007-11-14 23:21 UTC, Ed Catmur
committed Details | Review

Description Ed Catmur 2007-11-12 00:47:05 UTC
+++ This bug was initially created as a clone of Bug #496011 +++

After modifying configure.ac and autoconf:

...
config.status: config.h is unchanged
config.status: executing depfiles commands

The following modules will be built:

atk
pango
pangocairo
gtk with 2.12 API
gtk.glade
gtk.unixprint

cd . && /bin/sh /var/tmp/portage/dev-python/pygtk-2.12.0/work/pygtk-2.12.0/missing --run aclocal-1.8  -I m4 -I .
aclocal-1.8: `configure.ac' and `configure.in' both present.
aclocal-1.8: proceeding with `configure.ac'.
aclocal: couldn't open directory `m4': No such file or directory
make: *** [aclocal.m4] Error 1

pygobject has the same issue.
Comment 1 Johan (not receiving bugmail) Dahlin 2007-11-12 09:30:38 UTC
Thanks for the bug report. I don't have time to solve this at the moment.

But it should be easy, it can be solved by adding an entry for each .m4 file to EXTRA_DIST in the toplevel Makefile.am and running make dist afterwards to verify that they actually get included. 

Can you try to do that and submit a patch?
Comment 2 Ed Catmur 2007-11-14 23:21:35 UTC
Created attachment 99117 [details] [review]
pygtk-dist-m4.patch

Seems to work.
Comment 3 Paul Pogonyshev 2007-12-12 21:47:57 UTC
Sending        ChangeLog
Sending        Makefile.am
Transmitting file data ..
Committed revision 2936.