blob: 0da6d3e00e281418a21b5953d359db635659fec9 (
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
|
*** configure.orig Tue Feb 27 21:29:29 1996
--- configure Sat Feb 22 23:12:20 1997
***************
*** 9,17 ****
# Defaults:
ac_help=
! ac_default_prefix=/usr/local
# Any additions from configure.in:
! ac_default_prefix=/usr/local
ac_help="$ac_help
--with-x use the X Window System"
ac_help="$ac_help
--- 9,17 ----
# Defaults:
ac_help=
! ac_default_prefix=/usr/X11R6
# Any additions from configure.in:
! ac_default_prefix=/usr/X11R6
ac_help="$ac_help
--with-x use the X Window System"
ac_help="$ac_help
***************
*** 53,59 ****
bindir='${exec_prefix}/bin'
sbindir='${exec_prefix}/sbin'
libexecdir='${exec_prefix}/libexec'
! datadir='${prefix}/share'
sysconfdir='${prefix}/etc'
sharedstatedir='${prefix}/com'
localstatedir='${prefix}/var'
--- 53,59 ----
bindir='${exec_prefix}/bin'
sbindir='${exec_prefix}/sbin'
libexecdir='${exec_prefix}/libexec'
! datadir='${prefix}/lib/X11'
sysconfdir='${prefix}/etc'
sharedstatedir='${prefix}/com'
localstatedir='${prefix}/var'
***************
*** 1577,1589 ****
# Check whether --enable-japanese or --disable-japanese was given.
! if test "${enable_japanese+set}" = set; then
! enableval="$enable_japanese"
! cat >> confdefs.h <<EOF
#define KANJICODE "${enable_japanese}"
! EOF
! fi
cat >> confdefs.h <<\EOF
--- 1577,1589 ----
# Check whether --enable-japanese or --disable-japanese was given.
! #if test "${enable_japanese+set}" = set; then
! # enableval="$enable_japanese"
! # cat >> confdefs.h <<EOF
#define KANJICODE "${enable_japanese}"
! #EOF
! #fi
cat >> confdefs.h <<\EOF
|