blob: c19b473524dd5aa10634f067ad075ed94968fda5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
|
diff -ru lyx-1.3.3.orig/lib/configure lyx-1.3.3/lib/configure
--- lyx-1.3.3.orig/lib/configure 2003-09-17 15:27:27.000000000 +0200
+++ lyx-1.3.3/lib/configure 2003-10-06 23:27:02.000000000 +0200
@@ -795,43 +795,9 @@
rc_entries="$rc_entries
\chktex_command \"$prog\""
-# Search for a spellchecker
-echo $ac_n "checking for a spell-checker""... $ac_c"
-echo "$ac_t""(ispell)"
-prog=
-for ac_prog in ispell
-do
-# Extract the first word of "$ac_prog", so it can be a program name with args.
-set dummy $ac_prog ; ac_word=$2
-if test -n "$ac_word"; then
- echo $ac_n "+checking for \"$ac_word\"""... $ac_c"
- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
- for ac_dir in $PATH; do
- test -z "$ac_dir" && ac_dir=.
- if test -x $ac_dir/$ac_word; then
- prog="$ac_prog"
- break
- fi
- done
- IFS="$ac_save_ifs"
-
- if test -n "$prog"; then
- ac_result=yes
-
- else
- ac_result=no
- fi
- echo "$ac_t""$ac_result"
- test -n "$prog" && break
-fi
-done
-
-if test -z "$prog" ; then
- prog=none
-fi
-
+# In Gentooland aspell is an RDEPEND for LyX, so use it as the default.
rc_entries="$rc_entries
-\spell_command \"$prog\""
+\spell_command \"aspell\""
# Search for computer algebra systems
echo $ac_n "checking for Octave""... $ac_c"
@@ -1142,7 +1108,7 @@
echo "$ac_t""default values"
else
echo "$ac_t""auto"
- rm -f wrap_chkconfig.ltx chkconfig.vars chkconfig.classes chklayouts.tex
+ rm -f wrap_chkconfig.ltx -no-mktex=tfm chkconfig.vars chkconfig.classes chklayouts.tex
cat >wrap_chkconfig.ltx <<EOF
\\newcommand\\srcdir{${srcdir}}
${linuxdoc_cmd}
@@ -1277,6 +1243,11 @@
$rc_entries
\\font_encoding "$chk_fontenc"
+
+# Gentoo systems have TrueType fonts available, use them by default
+\\screen_font_roman "Times New Roman"
+\\screen_font_sans "Verdana"
+\\screen_font_typewriter "Courier New"
EOF
### the graphic converter part with the predefined ones
Nur in lyx-1.3.3/lib: configure.orig.
|