]> git.wh0rd.org - fontconfig.git/commit
Let make expand fc_cachedir/FC_CACHEDIR (bug #18675)
authorDan Nicholson <dbn.lists@gmail.com>
Mon, 19 Jan 2009 22:02:55 +0000 (17:02 -0500)
committerBehdad Esfahbod <behdad@behdad.org>
Sun, 15 Feb 2009 21:40:16 +0000 (13:40 -0800)
commitc08216c6f468ce22cb7c0c1959019a7caad3484a
tree1bb7a0dde83d5d69bddcaa59cc9a66d97c601e38
parent98d765a53ba33d28283e499ebd1098d27cbe6d02
Let make expand fc_cachedir/FC_CACHEDIR (bug #18675)

configure replaces a NONE prefix with the default prefix too late.
So we move fonts.conf creation to Makefile, such that prefix is correctly
expanded. Ugly, but works.
Makefile.am
configure.in