Bug 27974 - libtool 2.2 compatibility
Summary: libtool 2.2 compatibility
Status: RESOLVED FIXED
Alias: None
Product: pycairo
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
Hardware: All All
: medium normal
Assignee: Steve Chaplin
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-04 17:24 UTC by Yaakov Selkowitz
Modified: 2010-05-19 20:22 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
patch (464 bytes, application/octet-stream)
2010-05-04 17:24 UTC, Yaakov Selkowitz
Details

Description Yaakov Selkowitz 2010-05-04 17:24:14 UTC
Created attachment 35421 [details]
patch

libtool 2.2 does not create ./libtool by default until AC_OUTPUT, instead of 1.5 when it is created immediately as part of AC_PROG_LIBTOOL.  If ./libtool is needed during configure, LT_OUTPUT must be called to generate it earlier.

The attached patch fixes this while maintaining compatibility with libtool 1.x.  This is the technique used by GTK+ and PyGTK as well.
Comment 1 Steve Chaplin 2010-05-19 20:22:35 UTC
Fix applied to git repo, thanks.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.