Lines Matching refs:FONTROOTDIR
342 # Sets FONTROOTDIR to the root directory for font files. Uses the first
356 [FONTROOTDIR="$withval"])
358 if test "x${FONTROOTDIR}" = "x"; then
359 FONTROOTDIR=`$PKG_CONFIG --variable=fontrootdir fontutil`
362 if test "x${FONTROOTDIR}" = "x"; then
363 FONTROOTDIR="${datadir}/fonts/X11"
365 AC_SUBST(FONTROOTDIR)
366 AC_MSG_RESULT([${FONTROOTDIR}])
383 [Path to $3 files [FONTROOTDIR/$3]])],
384 [$1="${withval}"], [$1='${FONTROOTDIR}/$3'])