* Thomas Degris wrote on Tue, Sep 07, 2004 at 10:18:32AM CEST: > > I would like to know how do I install (by default) all the libraries in > $prefix/lib/my_package instead of $prefix/lib.
2 Possibilities: - Use pkglib_ instead of lib_ (preferred). - Read up on the nobase_ prefix if your source tree layout is similar. All explained well in the documentation. Regards, Ralf
