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
