Gnus development mailing list
 help / color / mirror / Atom feed
* configure doesn't determine lispdir correctly in CVS
@ 1999-11-18  7:58 David Maslen
  1999-11-18 21:41 ` Alexandre Oliva
  0 siblings, 1 reply; 2+ messages in thread
From: David Maslen @ 1999-11-18  7:58 UTC (permalink / raw)


To build the latest cvs I update my cvs tree. I'm using gnu stow to
live happily with the debian packaging system.
I can then configure, build and install with the following commands;

configure --prefix=/isr/local/stow/pgnus-cvs
make EMACS=xemacs
make EMACS=xemacs lispdir=/usr/local/stow/pgnus-cvs/share/emacs/site-lisp/ install 


I don't understand why I must specify the lispdir on the make
commandline.

The top part of the Makefile generated looks like this;

        # Generated automatically from Makefile.in by configure.
        prefix = /usr/local/stow/pgnus-cvs/
        datadir = ${prefix}/share
        lispdir = 
        srcdir = .


        EMACS = no
        XEMACS = xemacs21


I have previously created 
/usr/local/stow/pgnus-cvs/share
/usr/local/stow/pgnus-cvs/share/emacs/site-lisp/
/usr/local/stow/pgnus-cvs/info

I would expect that configure would be able to determine a variable
for lispdir. 

Is this a bug that should be fixed? Or in configure just not doing as
much as I would like it to do?


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: configure doesn't determine lispdir correctly in CVS
  1999-11-18  7:58 configure doesn't determine lispdir correctly in CVS David Maslen
@ 1999-11-18 21:41 ` Alexandre Oliva
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Oliva @ 1999-11-18 21:41 UTC (permalink / raw)
  Cc: ding

On Nov 18, 1999, David Maslen <david.maslen@iname.com> wrote:

> I don't understand why I must specify the lispdir on the make
> commandline.

What if you set EMACS in the configure environment?

env EMACS=xemacs configure ...

-- 
Alexandre Oliva http://www.ic.unicamp.br/~oliva IC-Unicamp, Bra[sz]il
oliva@{lsd.ic.unicamp.br,guarana.{org,com}} aoliva@{acm,computer}.org
oliva@{gnu.org,kaffe.org,{egcs,sourceware}.cygnus.com,samba.org}
** I may forward mail about projects to mailing lists; please use them



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1999-11-18 21:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-11-18  7:58 configure doesn't determine lispdir correctly in CVS David Maslen
1999-11-18 21:41 ` Alexandre Oliva

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).