Hello! I would like to know, how the .la files are used in libtool.
What I would like to do is replace the libdir line using an environment variable, because I'm working on a diverse double compilation project, and having the absolute path of the installation directory encoded is not convenient. I do not intend to run software this this way, this is only an analysis tool. What do you think would be the easiest way to do that? If this .la file is just a shell script, as I suspect it is, then I can easily replace that with something like $CURRENT_INSTALL_PREFIX/foo...
_______________________________________________ https://lists.gnu.org/mailman/listinfo/libtool