[Fontconfig] Re: Structure of cache files

Patrick Lam plam at MIT.EDU
Fri Dec 9 07:10:24 PST 2005


Josselin Mouette wrote:
> Which would translate here as:
> pkgcachedir='${localstatedir}/cache/'${PACKAGE_NAME}
> AC_SUBST(pkgcachedir)
> 
> AM_CPPFLAGS = -DPKGCACHEDIR='"${pkgcachedir}"'

This doesn't quite work.

${localstatedir} is ${prefix}/var
${prefix} is /usr

so it's looking for /usr/var/cache/fontconfig, which isn't right.

Should I use something other than ${localstatedir}?

pat



More information about the Fontconfig mailing list