Stephen Torri <[EMAIL PROTECTED]> writes: > > c) add an option to libtool to not install the .la file and then have > > you Makefile.am use that. > > Option C looks better. What did you have in mind?
Something like --disable-ltlibs that would make libtool not install the .la files. The freebsd libtool port has done something similar to that for libtool 1.3.4 (see http://www.freebsd.org/cgi/cvsweb.cgi/ports/devel/libtool/). Why do you care about the .la files being installed?
