From: yamaoka Date: Mon, 26 Jul 1999 12:53:46 +0000 (+0000) Subject: Update for the new configure usage. X-Git-Tag: et-gnus-6_11_08-02~5 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=4efa00d72a821fafe9136e6b8db5b96b9f976b11;p=elisp%2Fgnus.git- Update for the new configure usage. --- 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' にコピーして、あなたの環境に + 合うように書き換えて下さい。