From xemacs-m  Wed Feb 12 12:20:21 1997
Received: from mhost.mri.com (mri-gw.mri.com [149.147.4.1])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id MAA01862
	for <xemacs-beta@xemacs.org>; Wed, 12 Feb 1997 12:20:19 -0600 (CST)
Received: from mri.com (mailhost.mri.com [192.9.201.130]) by mhost.mri.com (8.8.4/8.7.3) with ESMTP id KAA02424 for <xemacs-beta@xemacs.org>; Wed, 12 Feb 1997 10:20:17 -0800 (PST)
Received: from lungo by mri.com (8.6.12/SMI-4.1-1.16)
        id KAA00757; Wed, 12 Feb 1997 10:20:16 -0800
Received: from lungo by lungo (SMI-8.6) id KAA03891; Wed, 12 Feb 1997 10:20:15 -0800
Message-Id: <199702121820.KAA03891@lungo>
To: xemacs-beta@xemacs.org
Subject: Re: Multiple Architectures 
In-reply-to: Message from Hrvoje Niksic <hniksic@srce.hr> 
  of "11 Feb 1997 19:59:31 +0100." <kign2tbuq24.fsf@jagor.srce.hr> 
Date: Wed, 12 Feb 1997 10:20:14 -0800
From: Vladimir Ivanovic <Vladimir.Ivanovic@mri.com>

There's an even easier solution.  From the XEmacs root directory:

    ./configure --run-in-place
    make install
    bin/${CONFIG}/xemacs

Separate configuration directories are created in bin and lib-src for the
architecture-dependent executables.  All other files are shared, including
Emacs-Lisp, man and info files.

-- Vladimir

