[...] > > FWIW, I would not install modules into $(libdir), but that's certainly a > matter of policy. > > Cheers, > Ralf
Yes - you are right. It seems to be better to install them in pkglibdir. But I need to pass this pkglibdir to my source. When I try to put into my CXXFLAGS -DPKGLIBDIR=\"@[EMAIL PROTECTED]", I have a proper string PKGLIBDIR in my source, but -DPKGLIBDIR=\"@[EMAIL PROTECTED]" is not substituted. I tried to add AC_SUBST(pkglibdir) to my configure.in, but it does not help. Tommi
