Lines Matching refs:FONTROOTDIR
652 FONTROOTDIR
1419 --with-fontrootdir=DIR Path to root directory for font files
1420 --with-fontdir=DIR Path to 100dpi files [FONTROOTDIR/100dpi]
3110 # Check whether --with-fontrootdir was given.
3113 withval=$with_fontrootdir; FONTROOTDIR="$withval"
3116 # if --with-fontrootdir not specified...
3117 if test "x${FONTROOTDIR}" = "x"; then
3118 FONTROOTDIR=`$PKG_CONFIG --variable=fontrootdir fontutil`
3121 if test "x${FONTROOTDIR}" = "x"; then
3122 FONTROOTDIR="${datadir}/fonts/X11"
3125 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${FONTROOTDIR}" >&5
3126 printf "%s\n" "${FONTROOTDIR}" >&6; }
3139 FONTDIR='${FONTROOTDIR}/100dpi'