autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: extending directory selection, --pkglibdir


From: Ralf Wildenhues
Subject: Re: extending directory selection, --pkglibdir
Date: Wed, 6 Sep 2006 10:18:21 +0200
User-agent: Mutt/1.5.13 (2006-09-01)

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/@address@hidden

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]