Lines Matching refs:FONTROOTDIR
630 FONTROOTDIR
1375 --with-fontrootdir=DIR Path to root directory for font files
1376 --with-fontdir=DIR Path to misc files [FONTROOTDIR/misc]
3064 # Check whether --with-fontrootdir was given.
3067 withval=$with_fontrootdir; FONTROOTDIR="$withval"
3070 # if --with-fontrootdir not specified...
3071 if test "x${FONTROOTDIR}" = "x"; then
3072 FONTROOTDIR=`$PKG_CONFIG --variable=fontrootdir fontutil`
3075 if test "x${FONTROOTDIR}" = "x"; then
3076 FONTROOTDIR="${datadir}/fonts/X11"
3079 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${FONTROOTDIR}" >&5
3080 printf "%s\n" "${FONTROOTDIR}" >&6; }
3093 FONTDIR='${FONTROOTDIR}/misc'