guile-user
[Top][All Lists]
Advanced

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

Re: Where to install files?


From: Kevin Ryde
Subject: Re: Where to install files?
Date: Tue, 11 Oct 2005 07:34:08 +1000
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)

Neil Jerram <address@hidden> writes:
>
> Can someone tell me the Makefile.am incantations for determining where
> a package should install Scheme and Elisp files?

For the lisp bits, AM_PATH_LISPDIR in configure.ac then

        dist_lisp_LISP = foo.el

or if you don't want it byte-compiled,

        dist_lisp_DATA = foo-autoloads.el foo-devel.el




reply via email to

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