[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Equivalent to pkglispdir?
From: |
Tim Landscheidt |
Subject: |
Re: Equivalent to pkglispdir? |
Date: |
Sun, 06 Jun 2010 23:12:22 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) |
Ralf Wildenhues <address@hidden> wrote:
>> Along the lines of pkg..., it would be really nice if this
>> could be achieved by using "pkglisp_LISP" instead of
>> "lisp_LISP", but automake complains about "pkglispdir" being
>> not defined (and indeed the manual doesn't say otherwise).
> Just put
> pkglispdir = $(lispdir)/$(PACKAGE)
> in your Makefile.am, or
> AC_SUBST([pkglispdir], ['$(lispdir)/$(PACKAGE)'])
> in your configure.ac.
Thanks, works like a charm.
Tim