Lines Matching refs:FONTROOTDIR
625 FONTROOTDIR
1371 --with-encodingsdir=DIR Path to encodings files [FONTROOTDIR/encodings]
3064 withval=$with_fontrootdir; FONTROOTDIR="$withval"
3068 if test "x${FONTROOTDIR}" = "x"; then
3069 FONTROOTDIR=`$PKG_CONFIG --variable=fontrootdir fontutil`
3072 if test "x${FONTROOTDIR}" = "x"; then
3073 FONTROOTDIR="${datadir}/fonts/X11"
3076 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${FONTROOTDIR}" >&5
3077 printf "%s\n" "${FONTROOTDIR}" >&6; }
3090 ENCODINGSDIR='${FONTROOTDIR}/encodings'
3097 # Convert ${FONTROOTDIR} to something Imake can handle
3173 ENCODINGSDIR="`echo ${ENCODINGSDIR} | ${SED} 's/${FONTROOTDIR}/FontDir/'`"