Lines Matching refs:FONTROOTDIR
616 FONTROOTDIR
1373 --with-fontrootdir=DIR Path to root directory for font files
1374 --with-encodingsdir=DIR Path to encodings files [FONTROOTDIR/encodings]
3230 # Check whether --with-fontrootdir was given.
3233 withval=$with_fontrootdir; FONTROOTDIR="$withval"
3236 # if --with-fontrootdir not specified...
3237 if test "x${FONTROOTDIR}" = "x"; then
3238 FONTROOTDIR=`$PKG_CONFIG --variable=fontrootdir fontutil`
3241 if test "x${FONTROOTDIR}" = "x"; then
3242 FONTROOTDIR="${datadir}/fonts/X11"
3245 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${FONTROOTDIR}" >&5
3246 printf "%s\n" "${FONTROOTDIR}" >&6; }
3259 e) ENCODINGSDIR='${FONTROOTDIR}/encodings' ;;