On Mar 27, 2000, "Braden N. McDaniel" <[EMAIL PROTECTED]> wrote:
> EXTRA_LTLIBRARIES = libfoo.la
> Depending on what happens in configure, one of INSTALL_LIBFOO or
> NOINSTALL_LIBFOO will resolve to "libfoo.la" and the other variable
> will be empty.
Unfortunately, when you build a libtool EX
I'm trying to allow configure to modulate whether or not a libtool library
is installed. I have in my Makefile.am:
lib_LTLIBRARIES = @INSTALL_LIBFOO@
noinst_LTLIBRARIES = @NOINSTALL_LIBFOO@
EXTRA_LTLIBRARIES = libfoo.la
Depending on what happens in configure, one of INSTALL_LIBFOO or
NOINS