Ralf Wildenhues <[email protected]> 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
