From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/19782 Path: main.gmane.org!not-for-mail From: Lloyd Zusman Newsgroups: gmane.emacs.gnus.general Subject: Re: [PATCH] Non-standard lispdir Date: 09 Dec 1998 23:20:12 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 X-Trace: main.gmane.org 1035158069 13353 80.91.224.250 (20 Oct 2002 23:54:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:54:29 +0000 (UTC) Return-Path: Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id XAA02552 for ; Wed, 9 Dec 1998 23:21:03 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.9.1/8.9.1) with ESMTP id WAA21865; Wed, 9 Dec 1998 22:20:40 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 09 Dec 1998 22:20:45 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id WAA17555 for ; Wed, 9 Dec 1998 22:20:34 -0600 (CST) Original-Received: from ljz.asfast.net (gnus@ljz.asfast.net [205.230.75.82]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id XAA02528 for ; Wed, 9 Dec 1998 23:20:25 -0500 (EST) Original-Received: (from gnus@localhost) by ljz.asfast.net (8.8.7/8.8.7) id XAA08142; Wed, 9 Dec 1998 23:20:12 -0500 Original-To: ding@gnus.org X-Face: "!ga1s|?LNLE3MeeeEYs(%LIl9q[xV9!j4#xf4!**BFW_ihlOb;:Slb>)vy>CJM writes: > Lloyd Zusman writes: > > | I like to store the Gnus *.elc files in a non-standard area, and so > | I have patched the `configure' script to allow a `--lispdir' > | parameter. > > It's a good idea to make `lispdir' available to the `configure' script; > but the right approach would be to patch `configure.in' to let > `autoconf' do the dirty work. Have a look how the `w3' package tries to > solve the problem > [ ... ] Thanks ... I very much appreciate this information. :) > AC_EMACS_PACKAGES > AC_PATH_LISPDIR > AC_EMACS_VERSION > > I'm not sure whether these are the "official" ones -- they are working > pretty well. I'll check it the next week. Well, it looks like I'd have make use of a customized AC_INIT macro in order to add a --lispdir argument to the Gnus `configure.in' script ... or am I missing something? Any ideas? > | This lets us explicitly set the `lispdir' variable in the Makefiles > | to a value of our choice. > > That's already working; simply call `make' this way: > > make lispdir=/usr/share/emacs/site-lisp/gnus > make lispdir=/usr/share/emacs/site-lisp/gnus install Yes ... I know I can do this, but I was hoping to make this part of `configure' so I only have to type the lisp directory once (during initial configuration), and then call `make' as follows: make make install -- Lloyd Zusman ljz@asfast.com