Bug 31699 - Autodetection of use_indirect_deps not compatible with libtool2
Summary: Autodetection of use_indirect_deps not compatible with libtool2
Status: RESOLVED FIXED
Alias: None
Product: pkg-config
Classification: Unclassified
Component: src (show other bugs)
Version: unspecified
Hardware: All Mac OS X (All)
: medium normal
Assignee: Tollef Fog Heen
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-17 23:29 UTC by Daniel Macks
Modified: 2011-05-15 05:13 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Daniel Macks 2010-11-17 23:29:51 UTC
Building pkg-config-0.25 on OS X 10.6:

checking whether to list both direct and indirect dependencies... ./configure: line 11170: ./libtool: No such file or directory
no

The configure.in segment is:

    deplibs_check_method=`(./libtool --config; echo eval echo '\"$deplibs_check_method\"') | sh`

One of the changes between libtool1 and libtool2 is that libtool2's autoconf fragments default to not generating the "libtool" script until the very end of ./configure (via AC_OUTPUT). If configure wants to use that generated file earlier, it must explicitly call the LT_OUTPUT macro to make it happen.
Comment 1 Tollef Fog Heen 2011-05-15 05:13:01 UTC
This has been fixed in git, so closing


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.