Hi Zack, On 2/6/20, Zack Weinberg <za...@panix.com> wrote: > For reasons too complicated to get into here, I have been > experimenting with building shared libraries in an autoconf+automake > build *without* using libtool. [Please do not try to talk me out of > this.] I have something that works correctly on ELF-based operating > systems with GCC, *except* for installation, where automake is > refusing to do what I want. [...] > So, the question is, is there a lib_SOMETHING variable that I can use > to install to $(libdir) arbitrary stuff that automake doesn't > understand? If not, is there some other option?
You can use an install-exec-hook to install your libraries. Hope that helps, Nick