From 4efa00d72a821fafe9136e6b8db5b96b9f976b11 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 26 Jul 1999 12:53:46 +0000 Subject: [PATCH] Update for the new configure usage. --- Mule23@1934 | 29 +++++++++++++++++++++++------ 1 file changed, 23 insertions(+), 6 deletions(-) diff --git a/Mule23@1934 b/Mule23@1934 index f9af312..4506690 100644 --- a/Mule23@1934 +++ b/Mule23@1934 @@ -1,7 +1,24 @@ -If you would like to make gnus with Mule 2.3 based on Emacs 19.34, -copy `sample.lpath.el' to `~/.lpath.el' and modify it suitably for -your environment. +There are two ways of making gnus with Mule 2.3 based on Emacs 19.34. -Mule 2.3 based on Emacs 19.34 で gnus を作りたい人は、 -`sample.lpath.el' を `~/.lpath.el' にコピーして、 -あなたの環境に合うように書き換えて下さい。 + 1. Use the configure option `--with-addpath=' to specify the colon + separated directory names where EMU, APEL or CUSTOM packages have + already installed. For example: + + configure --with-emacs=mule\ + --with-addpath=~/elisp/emu:~/elisp/apel:~elisp/custom + + 2. Copy `sample.lpath.el' to `~/.lpath.el' and modify it suitably for + your environment. + + +Mule 2.3 based on Emacs 19.34 で gnus を作るには二つの方法があります。 + + 1. configure オプションの `--with-addpath=' を使って EMU, APEL および + CUSTOM の各パッケージがインストールされている場所を指定して下さい。 + 例えば + + configure --with-emacs=mule\ + --with-addpath=~/elisp/emu:~/elisp/apel:~elisp/custom + + 2. `sample.lpath.el' を `~/.lpath.el' にコピーして、あなたの環境に + 合うように書き換えて下さい。 -- 1.7.10.4