Hello Tommi,

* Tommi Mäkitalo wrote on Wed, Sep 06, 2006 at 07:55:33AM CEST:
> 
> I have a library-package, which loads driverlibraries at runtime with dlopen. 
> I would like to put these dynamically loaded libraries into a separate 
> package instead of $libdir. In automake I have $pgklibdir, but this can't be 
> changed with configure, because it is a automake-defined variable defined as 
> $libdir/@[EMAIL PROTECTED]

I still don't understand this.  You can use
  AC_SUBST([pkglibdir], ['${libdir}/'$PACKAGE])

and it works as intended.  And you can set it to something else if you
prefer.  And then use pkglib_LTLIBRARIES in Automake.

Cheers,
Ralf


_______________________________________________
Autoconf mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to