automake
[Top][All Lists]
Advanced

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

Re: libfoo.la is already going to be installed in lib.


From: Harlan Stenn
Subject: Re: libfoo.la is already going to be installed in lib.
Date: Sun, 22 Sep 2002 20:31:48 -0400
User-agent: EMH/1.10.0 SEMI/1.13.7 (Awazu) FLIM/1.13.2 (Kasanui) XEmacs/21.1 (patch 14) (Cuyahoga Valley) (i386--freebsd)

>  Harlan> This appears to be aproblem with libtool+automake; if I
>  Harlan> use a static library (no libtool) I don't see this
>  Harlan> problem.
> 
> Unless I'm mistaken, you already submitted this one as PR automake/350.

Could well be - things are hectic here.

>  Harlan> Is there a workaround/bugfix?  
> 
> Here is a workaround.  Define FOO_AB as "FOO_A or FOO_B"":
> 
>   AM_CONDITIONAL(FOO_AB, test x"$FOO" = xa || test x"$FOO" = xb)
> 
> then use FOO_AB to define lib_LTLIBRARIES in a single place.

That won't easily work here - there must be a good 3x3x20 grid of
conditionals used on this project.

Perhaps I can hack something on a case-by-case basis though.

Thanks!

H




reply via email to

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