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 565967 - configure.in: output libtool earlier
configure.in: output libtool earlier
Status: RESOLVED FIXED
Product: pyorbit
Classification: Deprecated
Component: general
2.24.x
Other Linux
: Normal normal
: ---
Assigned To: Python bindings maintainers
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2008-12-29 20:40 UTC by Marcin Banasiak
Modified: 2009-02-01 17:32 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24


Attachments
Use LT_OUTPUT macro to output ./libtool earlier (483 bytes, patch)
2008-12-29 20:41 UTC, Marcin Banasiak
committed Details | Review

Description Marcin Banasiak 2008-12-29 20:40:02 UTC
pyorbit uses ./libtool during configure checks, but on systems with libtool 2.x it is created at the end of the configure script. The LT_OUTPUT macro can be used to output ./libtool earlier.
Comment 1 Marcin Banasiak 2008-12-29 20:41:41 UTC
Created attachment 125490 [details] [review]
Use LT_OUTPUT macro to output ./libtool earlier
Comment 2 Gustavo Carneiro 2009-02-01 17:31:13 UTC
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.