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 625661 - Distcheck fails because of config.lt not being removed
Distcheck fails because of config.lt not being removed
Status: RESOLVED FIXED
Product: pygobject
Classification: Bindings
Component: general
Git master
Other Linux
: Normal normal
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2010-07-30 14:44 UTC by Simon van der Linden
Modified: 2010-08-13 11:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add 'rm -f config.lt' to distclean-local (901 bytes, patch)
2010-07-30 14:46 UTC, Simon van der Linden
none Details | Review
Replace autogen.sh by a newer version (18.62 KB, patch)
2010-08-12 16:12 UTC, Simon van der Linden
committed Details | Review

Description Simon van der Linden 2010-07-30 14:44:15 UTC
ERROR: files left in build directory after distclean:
./config.lt
Comment 1 Simon van der Linden 2010-07-30 14:46:36 UTC
Created attachment 166838 [details] [review]
Add 'rm -f config.lt' to distclean-local

Libtool 2.2.8, pulled by jhbuild as of today, doesn't remove the autogenerated
config.lt in distclean. Add it explicitely to distclean-local to avoid breaking
distcheck.

http://www.mail-archive.com/automake-patches@gnu.org/msg01321.html
Comment 2 Simon van der Linden 2010-08-12 16:09:04 UTC
Actually, it seems to be an issue of automake, not libtool.
Comment 3 Simon van der Linden 2010-08-12 16:11:34 UTC
It has been fixed in automake 1.10.3 but autogen.sh requires only automake 1.8 or newer.
Comment 4 Simon van der Linden 2010-08-12 16:12:09 UTC
Created attachment 167745 [details] [review]
Replace autogen.sh by a newer version

It pulls automake 1.10 or 1.11.
Greatly inspired from GLib's.
Comment 5 Simon van der Linden 2010-08-13 11:44:23 UTC
Comment on attachment 167745 [details] [review]
Replace autogen.sh by a newer version

Committed as b426e531.