Hi Martin,

On Sun, 2008-10-05 at 20:17 +0200, Martin Preuss wrote:
> On Sonntag, 5. Oktober 2008, Andreas Köhler wrote:
> [...]
> > I stopped building libtool 1.5.22 and starting using the build machine's
> > installation of libtool 2.2.6.  AC_LIBTOOL_RC did not search for windres
> > anymore and so RC was unset.  After changing it to LT_PROG_RC everything
> > compiled(!) smoothly again.  I have no clue what version of libtool
> > introduced that macro and whether it is legal to use it, though.
> [...]
> 
> Hmm, I have 1.5.26 here (Ubuntu 8.04.1), and at least with that version 
> wndres 
> ist searched for... Why the heck did they change the behaviour of 
> AC_LIBTOOL_RC?? What else is this macro expected to do if it doesn't look for 
> wndres when cross-compiling for WIN32 platforms??
> 
> I never heard of LT_PROG_RC, though. If you find something out please let me 
> know...

I suppose both macros are intended for internal use only.  Libtool v2
seems to support more than just C and C++, so one could use
LT_LANG([Windows Resource]) if the required libtool is new enough.

Meanwhile, would AC_CHECK_TOOL([RC], [windres], [no]) work for both of
us?

Ciao,
-- andi5

Attachment: signature.asc
Description: This is a digitally signed message part

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Aqbanking-devel mailing list
Aqbanking-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/aqbanking-devel

Reply via email to