aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2001-11-23 19:00:47 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2001-11-23 19:00:47 +0000
commit5fe9af68a076babf506eed602889f5e0e4233559 (patch)
treeeb4e9cb012c1aa89ade885e0e121eb3d832d70f5 /doc
parent[w3m-dev 02523] (diff)
downloadw3m-5fe9af68a076babf506eed602889f5e0e4233559.tar.gz
w3m-5fe9af68a076babf506eed602889f5e0e4233559.zip
[w3m-dev 02526] new configure
From: Fumitoshi UKAI <ukai@debian.or.jp>
Diffstat (limited to '')
-rw-r--r--doc-jp/README.dict4
-rw-r--r--doc/README.dict4
2 files changed, 4 insertions, 4 deletions
diff --git a/doc-jp/README.dict b/doc-jp/README.dict
index 0a68bef..4f8c80d 100644
--- a/doc-jp/README.dict
+++ b/doc-jp/README.dict
@@ -12,11 +12,11 @@ w3m用英和辞典検索機能について
コンパイルしなおす必要があります.configure を実行して config.h
が生成された後,config.h を編集して
-#undef DICT
+#undef USE_DICT
-#define DICT
+#define USE_DICT
に変更し,w3m をコンパイルしなおしてください.
(dict.c と keybind.c をコンパイルしなおせば良いはずです)
diff --git a/doc/README.dict b/doc/README.dict
index 63fd4a2..ecb32be 100644
--- a/doc/README.dict
+++ b/doc/README.dict
@@ -12,11 +12,11 @@ To make use of dictionary look-up, you have to change compile
option by hand. After running configure, edit config.h and
change
-#undef DICT
+#undef USE_DICT
into
-#define DICT
+#define USE_DICT
and recompile w3m. (You have to recompile dict.c and keybind.c.)