Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >>>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | Lars> But we care about libtool. We use it for the simpler way of | Lars> creating convenience libraries. > | The automake and libtool documentation imply that libtool only matters | for shared libraries. Are you saying that what we get from libtools is | the .la file handling? What else is simpler wrt what automake already | does?
libtool know more about library creation, and also dependencies are stored in the .la file. and we use this to localize dependency information to the module. -- Lgb