Ralf Corsepius wrote:
Do I understand correctly, your issue is installation dirs?
In that case you can try to use a separate installation-dir
variable. something along the lines of:
mystuffdir =$(datadir)/stuff
datadir_stuff_DATA = lib/stuff/alpha.fasl
No. What I have now is:
bundledlibsdir = $(libdir)/vicare-scheme
nobase_nodist_bundledlibs_DATA = \
lib/stuff/alpha.fasl \
lib/stuff/beta.fasl
and the fasl files are installed as:
/usr/local/lib64/vicare-scheme/lib/stuff/alpha.fasl
/usr/local/lib64/vicare-scheme/lib/stuff/beta.fasl
I do not want the "lib" component, I want the installed
files to be:
/usr/local/lib64/vicare-scheme/stuff/alpha.fasl
/usr/local/lib64/vicare-scheme/stuff/beta.fasl