libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

_LT_ENABLE_FAST_INSTALL being expanded multiple times.


From: Peter O'Gorman
Subject: _LT_ENABLE_FAST_INSTALL being expanded multiple times.
Date: Wed, 06 Feb 2008 12:31:33 -0600
User-agent: Thunderbird 2.0.0.9 (X11/20071115)

Hi,

When building ImageMagick on Mac OS X, and installing with DESTDIR
Jochem Huhmann of the MacPorts project noticed that the wrapper scripts
were being installed, and the binaries not.

I expect on darwin that fast_install always be set to needless,
eliminating the need for relinking, however, with libtool HEAD, it gets
set to needless, then if your configure.ac contains both LT_INIT and
next LTDL_INIT, it gets set back to 'no' again.

Both LT_INIT and LTDL_INIT expand _LT_SET_OPTIONS, which duly expands
_LT_ENABLE_FAST_INSTALL *twice*.

_LT_SET_OPTIONS should only set the default options once (and only for
LT_INIT).

Peter
-- 
Peter O'Gorman
http://pogma.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]