help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Installing mew (editing Makefile.in)


From: Peter Dyballa
Subject: Re: Installing mew (editing Makefile.in)
Date: Wed, 13 Sep 2006 22:15:54 +0200


Am 13.09.2006 um 21:34 schrieb Ryo:

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
datadir=@datadir@
infodir=@infodir@

Usually configure finds the right values. This set is used in my *Makefile* for GNU Emacs 22.0.50:

        prefix=/usr/local
        exec_prefix=${prefix}
        
        datadir=${prefix}/share
        infodir=${prefix}/info
        
        archlibdir=${libexecdir}/emacs/${version}/${configuration}

Substitute /usr/local with the parent directory in which the share and info directories were created.

--
Greetings

  Pete

The day Microsoft makes something that doesn't suck
is the day they start selling vacuum cleaners.
                                    Ernest Jan Plugge






reply via email to

[Prev in Thread] Current Thread [Next in Thread]