[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Equivalent to pkglispdir?
From: |
Ralf Wildenhues |
Subject: |
Re: Equivalent to pkglispdir? |
Date: |
Sun, 6 Jun 2010 21:40:16 +0200 |
User-agent: |
Mutt/1.5.20 (2009-10-28) |
Hi Tim,
* Tim Landscheidt wrote on Sun, Jun 06, 2010 at 09:15:58PM CEST:
> 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.
Cheers,
Ralf