Bug 29341 - Make some fontconfig paths configurable
authorAkira TAGOH <akira@tagoh.org>
Wed, 4 Apr 2012 07:49:30 +0000 (16:49 +0900)
committerAkira TAGOH <akira@tagoh.org>
Thu, 5 Apr 2012 03:23:49 +0000 (12:23 +0900)
commite181ab4de5d20fe1f70e68f66ef8332553eba206
tree6b2a4ee294b09bd6a92403e0c35fdae930296967
parentbb02899d9ff9813738809fb5349a9f3ae2dba76f
Bug 29341 - Make some fontconfig paths configurable

Add configure options to set the directory to be installed:
  --with-templatedir for the configuration files a.k.a.
    /etc/fonts/conf.avail
  --with-baseconfigdir for fonts.conf etc a.k.a. /etc/fonts
  --with-configdir for the active configuration files a.k.a.
    /etc/fonts/conf.d
  --with-xmldir for fonts.dtd etc

and the default path for templatedir is changed to
${datadir}/fontconfig/conf.avail
Makefile.am
conf.d/Makefile.am
configure.in
fonts.conf.in
src/Makefile.am