[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

make install problem (non-member post)



Hi.  I was trying to install w3m_el-1.2.5, to try using it with gnus.
When I do a 'make install', it tries to install to the wrong
directory.  I think that is because the Makefile says:

prefix       = /dj/aspin/w3m
lispdir      = $(datadir)/emacs/site-lisp/w3m

$(datadir) is not defined, so probably it should have been:

lispdir      = $(prefix)/emacs/site-lisp/w3m

I ran configure with '--prefix=/dj/aspin/w3m'.