Bug 27974

Summary: libtool 2.2 compatibility
Product: pycairo Reporter: Yaakov Selkowitz <yselkowi>
Component: generalAssignee: Steve Chaplin <d74n5pohf9>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
i915 platform: i915 features:
Attachments: patch

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.