Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 119526
Collapse All | Expand All

(-)lyx-1.3.7/lib/configure (-3 / +8 lines)
Lines 816-824 Link Here
816
816
817
# Search for a spellchecker
817
# Search for a spellchecker
818
echo $ac_n "checking for a spellchecker""... $ac_c"
818
echo $ac_n "checking for a spellchecker""... $ac_c"
819
echo "$ac_t""(ispell)"
819
echo "$ac_t""(aspell)"
820
prog=
820
prog=
821
for ac_prog in ispell
821
for ac_prog in aspell
822
do
822
do
823
# Extract the first word of "$ac_prog", so it can be a program name with args.
823
# Extract the first word of "$ac_prog", so it can be a program name with args.
824
set dummy $ac_prog ; ac_word=$2
824
set dummy $ac_prog ; ac_word=$2
Lines 1259-1265 Link Here
1259
	 fi ;;
1259
	 fi ;;
1260
    esac
1260
    esac
1261
  done > chklayouts.tex
1261
  done > chklayouts.tex
1262
  ${LATEX} wrap_chkconfig.ltx 2>/dev/null | grep '^\+'
1262
  ${LATEX} --no-mktex=tfm wrap_chkconfig.ltx 2>/dev/null | grep '^\+'
1263
  eval `cat chkconfig.vars | sed 's/-/_/g'`
1263
  eval `cat chkconfig.vars | sed 's/-/_/g'`
1264
  test -n "${rmcopy}" && rm -f chkconfig.ltx
1264
  test -n "${rmcopy}" && rm -f chkconfig.ltx
1265
fi
1265
fi
Lines 1391-1396 Link Here
1391
1391
1392
$rc_entries
1392
$rc_entries
1393
\\font_encoding "$chk_fontenc"
1393
\\font_encoding "$chk_fontenc"
1394
+
1395
+# Gentoo systems have TrueType fonts available, use them by default
1396
+\\screen_font_roman "Times New Roman"
1397
+\\screen_font_sans "Verdana"
1398
+\\screen_font_typewriter "Courier New"
1394
\\tex_allows_spaces $tex_allows_spaces
1399
\\tex_allows_spaces $tex_allows_spaces
1395
EOF
1400
EOF
1396
1401

Return to bug 119526