Summary: | libtool 2.2 compatibility | ||
---|---|---|---|
Product: | pycairo | Reporter: | Yaakov Selkowitz <yselkowi> |
Component: | general | Assignee: | 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 |
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.
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.