Put --with-canna into $xemacs_opts when Fink is used.
[chise/chise-base.git] / ChangeLog
1 2006-05-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2
3         * Makefile.in (concord): Fix problem when the target is bundled.
4         (libchise): Likewise.
5         (xemacs-chise): Likewise.
6         (tomoyo-tools): Likewise.
7         (ids): Likewise.
8         (.cvs-login): Fix problem when $(CVS_ROOT) does not use pserver
9         method.
10
11 2006-05-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
12
13         * Makefile.in (install-db): Use $(TAR) instead of `tar'.
14         (chise-db): Likewise.
15         (tar-core): Likewise; call `cvs-base-clean' instead of
16         `cvs-core-clean'; cvs export concord and libchise.
17
18 2006-05-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
19
20         * Makefile.in (XEMACS_OPTS): Add --pdump, --without-xim and
21         --with-database=berkdb.
22         (xemacs-chise/src/config.h): Move --without-xim, --pdump and
23         --with-database=berkdb to `XEMACS_OPTS'.
24         (tar-core): Call `cvs-core-clean'; don't copy Makefile concord and
25         libchise.
26         (cvs-clean): Use `cvs-base-clean' and `cvs-core-clean'.
27         (cvs-core-clean): New target.
28         (cvs-base-clean): New target.
29
30         * configure.in: Code to detect version of Berkeley DB for Fink is
31         moved into the if-clause about Fink is used.
32
33 2006-05-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
34
35         * Makefile: Deleted.
36
37         * Makefile.in, config.guess, config.sub, configure, configure.in,
38         install-sh: New files.
39
40 2005-06-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
41
42         * Makefile (VERSION): Update to 0.23.
43         (CONCORD_OPTS): New variable.
44         (all): Call `build-concord'.
45         (install): Call `install-core'.
46         (force-config-concord): New target.
47         (config-concord): Likewise.
48         (concord/config.h): Likewise.
49         (build-concord): Likewise.
50         (install-concord): Likewise.
51         ($(PREFIX)/lib/libconcord.a): Likewise.
52         (config-libchise): Call `install-concord' and `libchise/config.h'.
53         (libchise/config.h): New target.
54         (build-libchise): Cqll `config-libchise'.
55         (install-libchise): Call `build-libchise' and
56         `$(PREFIX)/lib/libchise.a'.
57         ($(PREFIX)/lib/libchise.a): New target.
58         (install-core): New target.
59         (install-db): Changed for new layout.
60         (config-xemacs): Call `xemacs-chise/src/config.h'.
61         (xemacs-chise/src/config.h): New target.
62         (install-xemacs): Call `install-libchise' and
63         `$(PREFIX)/bin/xemacs'.
64         ($(PREFIX)/bin/xemacs): New target.
65         (install-ids): Call `install-xemacs'.
66         (install-base): New target.
67         (generate-db): Call `install-base' instead of `install-xemacs' and
68         `install-ids'.
69         (chise-db): Change directory layout.
70         (tar-core): Copy `concord'.
71         (get-base): New target.
72         (concord): New target.
73         (libchise): Call `.cvs-login'.
74         (xemacs-chise): Likewise.
75         (ids): Likewise.
76         (.cvs-login): New target.
77         (distclean): Add cleaner for concord/.
78         (db-clean): New target.
79         (cvs-clean): New target.
80
81 \f
82 2005-05-25  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
83
84         * chise-core 0.22 released.
85
86         * Makefile (VERSION): Update to 0.22.
87         (tar-core): Renamed from `tar'; do cvs commin and add version tag;
88         rename package name from `chise-base' to `chise-core'.
89
90 2005-03-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
91
92         * Makefile: New file.
93