From xemacs-m  Fri Aug 15 00:14:49 1997
Received: from news.smart.net (jmiller@max1p83.smart.net [206.97.127.83])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id AAA20092
	for <xemacs-beta@xemacs.org>; Fri, 15 Aug 1997 00:14:47 -0500 (CDT)
Received: (from jmiller@localhost)
          by news.smart.net (8.8.4/8.8.4)
	  id BAA16223; Fri, 15 Aug 1997 01:16:57 -0400
Date: Fri, 15 Aug 1997 01:16:57 -0400
Message-Id: <199708150516.BAA16223@news.smart.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Jeff Miller <jmiller@smart.net>
To: xemacs-beta@xemacs.org
Subject: patch for package_path
X-Mailer: VM 6.33 under 20.3 "Bucharest" XEmacs  Lucid (beta17)
Reply-to: jmiller@smart.net
X-Face: &vGrMZ?Q&W5~yiCR_#hat=$tgJrK`J=2$se?0Nu9I3G|I<2-\:82zx>kz=l8(yw)G1i&0"D
 <nv_e$^;,ftG6@Hn"did"G5i=X_-Z3Y


 not much here, just added a blurb to echo the setting for package_path
 after configure is run.  Hopefully, it will eliminate some of the
 guesswork of what worked/didn't work.

jeff

--- configure.in.orig   Mon Aug 11 20:54:02 1997
+++ configure.in        Fri Aug 15 01:10:57 1997
@@ -324,6 +324,7 @@
 datadir='${prefix}/lib'
 statedir='${prefix}/lib'
 libdir='${exec_prefix}/lib'
+package_path=${prefix}/lib/xemacs/packages:~/.xemacs
 mandir='${prefix}/man/man1'
 infodir='${prefix}/lib/xemacs-${version}/info'
 infodir_user_defined='no'
@@ -3435,6 +3436,7 @@
 
   Where should the build process find the source code?    $srcdir
   What installation prefix should install use?           $prefix
+  Where should XEmacs look for packages?                  $package_path
   What operating system and machine description files should XEmacs use?
         \`$opsysfile' and \`$machfile'
   What compiler should XEmacs be built with?              $CC $CFLAGS

