Home | History | Annotate | Download | only in dist

Lines Matching refs:FONTROOTDIR

625 FONTROOTDIR
1370 --with-fontrootdir=DIR Path to root directory for font files
1371 --with-encodingsdir=DIR Path to encodings files [FONTROOTDIR/encodings]
3061 # Check whether --with-fontrootdir was given.
3064 withval=$with_fontrootdir; FONTROOTDIR="$withval"
3067 # if --with-fontrootdir not specified...
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/'`"