libtool
[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: Alexandre Duret-Lutz
Subject: Re: libfoo.la is already going to be installed in lib.
Date: 22 Sep 2002 16:43:23 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

>>> "Harlan" == Harlan Stenn <address@hidden> writes:

 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.

 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.
-- 
Alexandre Duret-Lutz





reply via email to

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